View Full Version : 3D in Python
Salohcin
01-21-2007, 09:26 PM
I'm wondering if it's possible to program three-dimensional games using Python. I've seen quite a few 2D arcade style games using PyGame. From what I've heard, Pythonwouldn't be powerful enough to make anything very advanced, but I'd like to hear peoples opinions ^^
Thanks,
Salohcin
eddie
01-21-2007, 11:05 PM
PyGame will let you build 3D games.
And in all honesty, Python's not probably the limiting power when you're starting out. :) If/when it is, you can always optimise it through the C API as well.
Salohcin
01-22-2007, 06:17 AM
Cool, I'd like to explore the language more. From what I've already learned I really like it.
stodge
01-22-2007, 06:51 AM
Check out Panda3D..
GameEngine_Designer
01-23-2007, 12:03 AM
I never knew Python could do this. I am not sure how powerful it'll be though and/or how good of game can be made.
dave_
01-23-2007, 01:23 AM
Python is very versatile. You should be able to make any sort of game. The power should be sufficient for a beginner but if you get more advanced it can be improved by re-writing core modules natively as DLL and using them.
edit: like eddie has already said!
GameEngine_Designer
01-23-2007, 11:53 AM
Oh, well you explained it a lil more clear then he did.
stodge
01-24-2007, 08:45 AM
http://home.gna.org/oomadness/en/soya/index.html
sirfalas
01-24-2007, 07:15 PM
iirc (If i can recall correctly), Python was used to make much of civilization iv with the AI code done in C++. Here's a reference: http://games.slashdot.org/games/05/10/27/059220.shtml?tid=206&tid=11 .
vBulletin, Copyright ©2000-2010, Jelsoft Enterprises Ltd.