A selection of 3D spacial math tests for a possible space game Read more …
Bollo — 1.0
BOLLO A TOY FOR THE CREATIVE MIND WITH A LOT OF SPARE TIME BOLLO is a 3D building toy with digital balls. It is about as useful as a box of Lego, but it is great fun to play with. You plug steel balls together to construct anything you can imagine. Bollo uses the pyggel opengl libraries which are included with the game. WARNING: This toy is very addictive. Read more …
PyObjViewer — 1.0
pyobjviewer is a simple viewer for obj format 3D meshes. It has no dependencies on external 3D libraries such as opengl. It uses vanilla pygame, and provides an example and insight into the inner workings of 3D display. lighting and meshes. Read more …
PyClock3D — 1.0
A simple analog clock in pygame, using the pyggel opengl library Read more …
PY3D1-pyode — 1.0
A port of the classical pyode double pendulum example scripted to work with the pyggel opengl library Read more …
An attempt at 3D — 1.5
Just a test of the 3D maths I’ve been attempting to learn recently, which uses only pygame.draw.aaline and circles for drawing the points, but that doesn’t really count ; . I cheated slightly by making it simply project the 3D points onto the XY plane so that they’re easily mapped to screen co ordinates, which means that the camera is fixed, but I’ll probably change that when I work out ho… Read more …
Quaternion Julia Set Raytracer
Renders single frames or movies of 3d slices of quaternion julia sets, given a point in quaternion space and a camera position. A movie corresponds to a path through quaternion space. Pyrex Free python like compiler is required, as the raytracer is impossibly slow without it. A 500 by 500 pixel frame takes about 10 seconds to render on my computer. Read more …
Mango 64 — Experimental — 1.0
Controls: Arrow keys, space, A, Z. Try to get to the yellowish cube. It’s the only cube other than yourself. This is my first 3D game. It uses only quadrilaterals, and has no shading but has shadows. Read more …
3D Cube Rotation
A little Cube thingy! Read the command line for more information!! Read more …
3d test
I used pygame without opengl to make 3d! Read more …