No description
Find a file
cecilkorik 1d8b688a61
Some checks failed
Packages / Build distribution 📦 (push) Failing after 43s
attempt to modernize slightly
2024-02-03 13:37:22 -05:00
.gitea/workflows switch to new packaging action 2024-02-02 00:17:11 -05:00
dist added windows binary builds 2010-03-31 19:22:32 +00:00
src attempt to modernize slightly 2024-02-03 13:37:22 -05:00
.gitignore attempt to modernize slightly 2024-02-03 13:37:22 -05:00
LICENCE added distribution files and licence 2008-03-15 22:26:30 +00:00
README added distribution files and licence 2008-03-15 22:26:30 +00:00
setup.py attempt to modernize slightly 2024-02-03 13:37:22 -05:00
test.py consolidated pyvec3d and pyobarr into new "py3dutil" 2007-11-15 19:44:58 +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.