No description
Find a file
cecilkorik 2d12296bc6
Some checks failed
Build / Build wheels on ${{ matrix.os }} (ubuntu-20.04) (push) Failing after 16s
Build / Build wheels on ${{ matrix.os }} (macOS-11) (push) Has been cancelled
Build / Build wheels on ${{ matrix.os }} (windows-2019) (push) Has been cancelled
try different packaging action
2024-02-02 00:12:30 -05:00
.gitea/workflows try different packaging action 2024-02-02 00:12:30 -05: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 py3dutil changes 2010-11-27 22:46:17 +00:00
quat.h py3dutil changes 2010-11-27 22:46:17 +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 py3dutil changes 2010-11-27 22:46:17 +00:00
test.py consolidated pyvec3d and pyobarr into new "py3dutil" 2007-11-15 19:44:58 +00:00
vect.c py3dutil changes 2010-11-27 22:46:17 +00:00
vect.h py3dutil changes 2010-11-27 22:46:17 +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.