summaryrefslogtreecommitdiffstats
path: root/libdimension-python/tests/demo.py
Commit message (Expand)AuthorAgeFilesLines
* Use a separate class for sRGB colors.Tavian Barnes2011-12-041-1/+2
* Make API more consistent.Tavian Barnes2011-10-301-1/+1
* Use double rather than single quotes for Python strings.Tavian Barnes2011-09-221-1/+1
* Fix --disable-png behaviour in the Python module.Tavian Barnes2011-09-181-0/+1
* Replace sky_spheres with a single background pigment.Tavian Barnes2011-08-211-2/+1
* Reduce duplication between demo.py and demo.dmnsn.Tavian Barnes2011-07-261-129/+5
* Implement triangles.Tavian Barnes2011-07-131-0/+20
* Clean up tests a bit.Tavian Barnes2011-07-131-4/+3
* Use a default diffuse amount of 0.7.Tavian Barnes2011-06-171-1/+1
* Add pigment= and finish= shorthand to Object.__init__().Tavian Barnes2011-06-171-24/+20
* Use /usr/bin/env python3 rather than /usr/bin/python3.Tavian Barnes2011-06-161-1/+1
* Make python module more "pythonic".Tavian Barnes2011-06-151-21/+21
* Fix rotational alignment.Tavian Barnes2011-06-141-4/+4
* Use Cython for the Python module.Tavian Barnes2011-06-131-11/+127
* Add transform() to Python Objects.Tavian Barnes2011-05-291-5/+5
* Add cameras, objects, and spheres to Python module.Tavian Barnes2011-05-221-1/+15
* Add Canvases to the Python module.Tavian Barnes2011-05-201-1/+12
* Add dieOnWarnings() to python module.Tavian Barnes2011-05-171-0/+3
* Split python Scenes into a new source file, add python tests.Tavian Barnes2011-05-161-0/+24