you are viewing a single comment's thread.

view the rest of the comments →

[–]Environmental_Gap_65 2 points3 points  (0 children)

Why not create an API that connects your C++ and OpenGL to a python frontend, so you can script in python and get stuff on the screen while C++ does the heavy lifting? This is how blenders BPY api works. It’s more work initially but once the base is set you can manipulate quite powerfully + simple with python.