Jump to content


3D in Python


8 replies to this topic

#1 Salohcin

    New Member

  • Members
  • Pip
  • 5 posts

Posted 22 January 2007 - 05:26 AM

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

#2 eddie

    Senior Member

  • Members
  • PipPipPipPip
  • 751 posts

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.

#3 Salohcin

    New Member

  • Members
  • Pip
  • 5 posts

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.

#4 stodge

    Valued Member

  • Members
  • PipPipPip
  • 116 posts

Posted 22 January 2007 - 02:51 PM

Check out Panda3D..

#5 GameEngine_Designer

    Valued Member

  • Members
  • PipPipPip
  • 100 posts

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 dave_

    Senior Member

  • Members
  • PipPipPipPip
  • 584 posts

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!

#7 GameEngine_Designer

    Valued Member

  • Members
  • PipPipPip
  • 100 posts

Posted 23 January 2007 - 07:53 PM

Oh, well you explained it a lil more clear then he did.

#8 stodge

    Valued Member

  • Members
  • PipPipPip
  • 116 posts

Posted 24 January 2007 - 04:45 PM

http://home.gna.org/...soya/index.html

#9 sirfalas

    New Member

  • Members
  • PipPip
  • 22 posts

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