Can 3D OpenGL game written in Python look good and run fast?

Posted by praavDa on Stack Overflow See other posts from Stack Overflow or by praavDa
Published on 2009-03-13T07:48:58Z Indexed on 2010/04/18 21:03 UTC
Read the original article Hit count: 274

Filed under:
|
|

I am planning to write an simple 3d(isometric view) game in Java using jMonkeyEngine - nothing to fancy, I just want to learn something about OpenGL and writing efficient algorithms (random map generating ones).

When I was planning what to do, I started wondering about switching to Python. I know that Python didn't come into existence to be a tool to write 3d games, but is it possible to write good looking games with this language?

I have in mind 3d graphics, nice effects and free CPU time to power to rest of game engine? I had seen good looking java games - and too be honest, I was rather shocked when I saw level of detail achieved in Runescape HD.

On the other hand, pygame.org has only 2d games, with some starting 3d projects. Are there any efficient 3d game engines for python? Is pyopengl the only alternative? Good looking games in python aren't popular or possible to achieve?

I would be grateful for any information / feedback.

© Stack Overflow or respective owner

Related posts about python

Related posts about game-development