py3dutil/README
2008-03-15 22:26:30 +00:00

14 lines
625 B
Text

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.