summaryrefslogtreecommitdiffstats
path: root/libdimension-python/dimension.c
Commit message (Expand)AuthorAgeFilesLines
* Use Cython for the Python module.Tavian Barnes2011-06-131-120/+0
* Add cameras, objects, and spheres to Python module.Tavian Barnes2011-05-221-11/+17
* Add Canvases to the Python module.Tavian Barnes2011-05-201-0/+4
* Properly handle bools in dieOnWarnings().Tavian Barnes2011-05-201-3/+7
* Add Colors to the Python extension.Tavian Barnes2011-05-201-20/+20
* Rename Python dimension.h to dimension-python.h.Tavian Barnes2011-05-201-1/+1
* Add matricies to Python module.Tavian Barnes2011-05-191-1/+12
* Don't #include .c files.Tavian Barnes2011-05-191-6/+2
* Implement Vectors in python.Tavian Barnes2011-05-181-7/+38
* Add dieOnWarnings() to python module.Tavian Barnes2011-05-171-2/+19
* Split python Scenes into a new source file, add python tests.Tavian Barnes2011-05-161-40/+10
* Start Python interface.Tavian Barnes2011-05-161-0/+81