Reputation: 88598
I'm developing a wxPython application. Will it be possible to embed a 3D animation controlled by Panda3D inside the gui?
Bonus question: Do you think that Panda3D is the best choice? (My interest is physical simulations, and no, I don't need an engine that supports Physics, my program is responsible for calculating the physics, I just need an engine to show it well.)
Upvotes: 6
Views: 1524
Reputation: 8766
Yes - the Panda3D wiki has a mention of using wxPython to handle GUI duties.
There's also some threads on the Panda3D forum (1, 2) which might help.
Another popular choice for simulation visualization in Python is VPython; it is also dockable in wx.
Upvotes: 5