Soya 3D is a high-level 3D engine for Python,
designed with games in mind. The engine is fully
object oriented, high level (even more than
traditional "scene graphs"), and practical.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
ALL SDL* and SDL_* constants have been renamed without the SDL prefix.
All Soya saved files must now have a ".data" extension (because of
CVS). Renaming your older file is ok; the file format itself has not
changed (except for the materials file format). This release can be
used with PyGame. It adds animations (see tutorial lesson 11), a
Faccutter module to improve your shape by adding more faces (see
tutorial lessons 114 and 115), and a main loop with FPS regulation
(see soya.idler and tutorial lesson 013). The widgets now have
begin_round, advance_time, and end_round methods.