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
3D in Python
Started by Salohcin, Jan 22 2007 05:26 AM
8 replies to this topic
#1
Posted 22 January 2007 - 05:26 AM
#2
Posted 22 January 2007 - 07:05 AM
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.
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.
#3
Posted 22 January 2007 - 02:17 PM
Cool, I'd like to explore the language more. From what I've already learned I really like it.
#5
Posted 23 January 2007 - 08: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.
#6
Posted 23 January 2007 - 09: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!
edit: like eddie has already said!
#7
Posted 23 January 2007 - 07:53 PM
Oh, well you explained it a lil more clear then he did.
#9
Posted 25 January 2007 - 03:15 AM
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.slashdo...?tid=206&tid=11 .
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











