openscenegraph / OpenSceneGraph

OpenSceneGraph git repository
http://www.openscenegraph.org
Other
3.25k stars 1.42k forks source link

How to read and write OSG file by python #1244

Open kuazhangxiaoai opened 1 year ago

kuazhangxiaoai commented 1 year ago

OpenSceneGraph is a great work! I want to use it with python, instead of C/C++ which is too hard for me. Thanks for you answers.

rubenlg commented 1 year ago

I'd recommend using the discussion board for questions to keep the bug queue clean.

All the projects I know of to use OSG from Python are now unmantained:

It's possible you can get some of these to compile, but if your use case isn't too complicated, it might be easier to learn a bit of C++ than getting those libraries to compile after so much time.