The engine is designed to be very flexible and does not rely on any
other libraries directly. You can use it either with OpenGL (via
pyglet or PyOpenGL), or with pygame by selecting the appropriate
renderer. Examples are provided using pyglet and pygame.
The project page is here:
http://code.google.com/p/py-lepton/
You can also get it via pypi here:
http://pypi.python.org/pypi/lepton/
One of the missing pieces right now is a native binary installer for
Windows. It can be compiled using cygwin or MinGW, but we could use
some help getting it working with MSVC. If anyone would like to
contribute their Visual Studio expertise, it would be greatly
appreciated.
If you have questions or comments or would like to contribute, you can
join our google group at:
http://groups.google.com/group/py-lepton-users
Enjoy.
-Casey