[Edu-sig] More stuff for pre-complied for Windows folks
Arthur
ajsiegel at optonline.net
Tue Aug 5 11:50:55 EDT 2003
Doing my new disuils trick, the recent mission to make some very Python
interesting 3d/educational modules available for Python23 to Windows users
without the avaialability of a build environment, or an inclination to take
the time. Once built for my own purposes, the marginal effort of making it
available to others being neglible.
Both the following modules are by: Matthias Baas (baas at ira.uka.de)
Their capabilities, when used with pygame and pyopengl are shown
particularly well in the tutorial code at
http://i31www.ira.uka.de/~baas/pyode/tut3.html
Self-installing Windows executables are avaiable at:
http://home.ix.netcom.com/~ajs/download/
py-ODE....exe is the Python Open Dynamics Engine Wrapper
cgkit-1...exe is the Python Computer Graphics Kit
Python Open Dynamics Engine Wrapper
http://i31www.ira.uka.de/~baas/pyode/
"""
The Open Dynamics Engine (ODE) is a free software library for the simulation
of Rigid Body Dynamics. You'll find the library at
http://opende.sourceforge.net.
pyODE is a Python wrapper module that enables you to use ODE from within
Python programs.
"""
AND
The Python Computer Graphics Kit
http://cgkit.sourceforge.net/
The Python Computer Graphics Kit is a collection of Python modules that
contain the basic types and functions to be able to create 3D computer
graphics images. The kit mainly focuses on Pixar's RenderMan interface, but
some modules can also be used for OpenGL programs or non-RenderMan compliant
renderers like POV-Ray, for example.
"""
More information about the Edu-sig
mailing list