pygame is
pygame.org is
|
PYGGEL
PYGGEL - 0.06-alpha2RB[0] (roebros)Tags:DescriptionPYGGEL (PYthon Graphical Game Engine and Libraries) is a 3d game development engine, written using Pygame/PyOpenGL.
PYGGEL has a large amount of features, geared towards making 3d game development as simple and quick as possible. Features include: FPS and third-person cameras, 2d and 3d (billboarded) image loading and rendering, OBJ mesh loading, Collision detection objects (Vector, Sphere, AABox), Simple Geometry rendering objects, Particle effects, VertexArray and other speed optimizers, and many more. The engine is very young and alpha, but it is already possible to make simple games in it. Included in this release is the game "Robocalypto", developed primarily by pymike, with help from me. It is a FPS that is being developed lock-step with PYGGEL itself, as our main stress, feature and API tester. To run, simply go into the Robocalypto directory in the pyggel install directory, and run "run_game.py" - it will automatically find pyggel one directory up... Currently there is no documentation, as we are focusing on getting the engine to version 0.1 as soon as possible. You can grab the source from the homepage, to keep up to date between releases as well. Currently, I am currently the only core developer of PYGGEL itself, so, if anyone is interested in helping out with the project, please just leave a comment, or send an email to (roebros AT gmail DOT com). You can take a look at the TODO page for the project here: http://code.google.com/p/pyggel/wiki/TODO And a GoogleGroups discussion group here: http://groups.google.com/group/pyggel-dev So if you are interested, just come on over :) ChangesThis release, code-named "speed" was meant primarily to boost the overall speed of the engine.
In the end, a couple of things were added, but mostly things were ruled out.
Notable changes are:
SubImage support - allowing you to get the pygame equivalent of a subsurface,
Collision primitives - Sphere and AABox,
Making lights scene-dependent, so instead of only 8 global lights we now have 8 lights per scene,
and moving of the relevant parts of objects.py in Robocalypto into pyggel.misc
Links
ScreenshotReleases
Pygame.org account CommentsIf you wish to leave a comment with your pygame.org account, please sign in first.
|
|