No description
Find a file
2010-04-01 06:50:21 +00:00
dist added windows binary builds 2010-03-31 19:22:32 +00:00
cgrid.c --HG-- 2008-02-17 20:44:49 +00:00
cgrid.h --HG-- 2008-02-17 20:44:49 +00:00
collision.c added collision and pos classes (not yet working) 2010-04-01 06:50:21 +00:00
collision.h added collision and pos classes (not yet working) 2010-04-01 06:50:21 +00:00
LICENCE added distribution files and licence 2008-03-15 22:26:30 +00:00
misc.c consolidated pyvec3d and pyobarr into new "py3dutil" 2007-11-15 19:44:58 +00:00
misc.h consolidated pyvec3d and pyobarr into new "py3dutil" 2007-11-15 19:44:58 +00:00
obarr.c --HG-- 2008-02-17 20:44:49 +00:00
obarr.h --HG-- 2008-02-17 20:44:49 +00:00
pos.c added collision and pos classes (not yet working) 2010-04-01 06:50:21 +00:00
pos.h added collision and pos classes (not yet working) 2010-04-01 06:50:21 +00:00
py3dutil.c added quat class 2008-10-26 06:29:03 +00:00
quat.c --HG-- 2008-10-26 06:37:49 +00:00
quat.h added collision and pos classes (not yet working) 2010-04-01 06:50:21 +00:00
README added distribution files and licence 2008-03-15 22:26:30 +00:00
red_black_tree.c --HG-- 2008-02-17 20:44:49 +00:00
red_black_tree.h --HG-- 2008-02-17 20:44:49 +00:00
setup.py added quat class 2008-10-26 06:29:03 +00:00
test.py consolidated pyvec3d and pyobarr into new "py3dutil" 2007-11-15 19:44:58 +00:00
vect.c added quat class 2008-10-26 06:29:03 +00:00
vect.h added quat class 2008-10-26 06:29:03 +00:00

This program is licenced under the LGPL 3.0. Please read the attached
file "LICENCE" for the terms and conditions of using, modifying or
redistributing this program.

This is a C module, to install it you must have a working C compiler like 
GCC installed on your system to build it.

To install it, it should be as simple as typing "python setup.py install"
as root. You can then import it from a python program by doing something
like "from py3dutil import vect, obarr"

Documentation is minimal, but should be good enough if you have a basic
knowledge of 3D programming. Better documentation is on my to-do list...
Sorry.