Really simple system for exporting c++ functions to julia

This simple code will get you the ability to call simple c++ functions from Julia, without any build complexity at all or any need to link anything extra into your code. Hot load/unload is also provided for interactive debugging.

It’s pretty basic but trivial to use. I was able to use this to get real-time VR rendering working from Julia code running in Jupyterlab.

13 Likes