3d Options?

Are frameworks like Panda3D usable for Pyweek? (Since they have the C++ core)

If not, what is best?

(log in to comment)

Comments

Panda3d, python-ogre, pyirrlicht, pyglet, and pyopengl are all decent options for 3d. And you can use them even though the engines have c code (the python language runs on c code after all).
In my view the benefits of a heavy framework only come into play over a longer development cycle. For PyWeek I'd recommend Pyglet or PyOpenGL. They are much easier to package so more people will play your game!
I've failed to get Panda3D working under Linux to review games in past Pyweeks.