Skip to main content

Simple OpenGL Game - 1

A simple game made with OpenGL, Pygame, and PyODE.


Anonymous
(pywiz32)
This is a simple game made with OpenGL, Pygame, and PyODE. This was primarily for me to learn to use OpenGL, but it also serves as a simple demo of the tools used to make this game, and of generating levels from a data file.

For those who don't know how to use OpenGL, you should learn how to use it, it's a very powerful tool that, despite its learning curve, is really easy to use.

Basically, once you get a good idea of how OpenGL works, it becomes really intuitive to use.

Changes

There really aren't going to be versions with this, this will be the only release.

Links

Home Page
http://www.pygame.org/
Source
http://ubuntuone.com/2pdL8DLFkDlok0WFEhDmbi

Releases

Simple OpenGL Game 1 — 27 Nov, 2011

Pygame.org account Comments

  • Ian Mallett 2011-12-02 06:31

    After a minor fix to get ODE working on my computer again, I tried it.  Unfortunately, I can't get anything to show up on the screen.  Perhaps you could check it again?  I do, however, endorse your use of OpenGL :-)

    Sam 2013-01-23 12:25

    How did you get ODE working?

    Ian Mallett 2013-01-23 16:09

    I don't remember, and PyODE isn't available for Python 3.3--or really anything past Python 2.6, which is odd. Judging from the source, this project was written to be Python 2.5 compatible. Are you having a specific problem?