I am writing a program in Julia that reads data from a file into memory. I’d like to take that data and somehow pass it to a c++ program which will make use of OpenGL to draw that data to the screen.
I am making use of Visual Studio 22 for writing my C++ program. For OpenGL I am using GLFW and GLEW libraries.
Does anyone have any recommendations on how to accomplish this?
I am happy to answer any clarifying questions!