index
:
dimension.git
android
faster-futures
master
physics
teapot
A high-performance photo-realistic 3-D renderer
Tavian Barnes <tavianator@tavianator.com>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libdimension-python
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use a separate class for sRGB colors.
Tavian Barnes
2011-12-04
2
-5
/
+5
*
Be more consistent about using sRGB in the client.
Tavian Barnes
2011-11-28
1
-0
/
+1
*
Get rid of dmnsn_color_is_black().
Tavian Barnes
2011-11-07
1
-3
/
+0
*
Ship dimension client inside the Python package.
Tavian Barnes
2011-10-31
1
-4
/
+1
*
Make API more consistent.
Tavian Barnes
2011-10-30
1
-1
/
+1
*
Use double rather than single quotes for Python strings.
Tavian Barnes
2011-09-22
4
-15
/
+15
*
Fix --disable-png behaviour in the Python module.
Tavian Barnes
2011-09-18
2
-2
/
+3
*
Replace sky_spheres with a single background pigment.
Tavian Barnes
2011-08-21
1
-2
/
+1
*
Reduce duplication between demo.py and demo.dmnsn.
Tavian Barnes
2011-07-26
2
-130
/
+7
*
Implement triangles.
Tavian Barnes
2011-07-13
1
-0
/
+20
*
Clean up tests a bit.
Tavian Barnes
2011-07-13
1
-4
/
+3
*
Use a default diffuse amount of 0.7.
Tavian Barnes
2011-06-17
1
-1
/
+1
*
Add pigment= and finish= shorthand to Object.__init__().
Tavian Barnes
2011-06-17
1
-24
/
+20
*
Use /usr/bin/env python3 rather than /usr/bin/python3.
Tavian Barnes
2011-06-16
4
-4
/
+4
*
Make python module more "pythonic".
Tavian Barnes
2011-06-15
4
-34
/
+34
*
Use propper extensions for tests.
Tavian Barnes
2011-06-14
1
-0
/
+1
*
Fix rotational alignment.
Tavian Barnes
2011-06-14
1
-4
/
+4
*
Use Cython for the Python module.
Tavian Barnes
2011-06-13
2
-21
/
+140
*
Add transform() to Python Objects.
Tavian Barnes
2011-05-29
1
-5
/
+5
*
Add cameras, objects, and spheres to Python module.
Tavian Barnes
2011-05-22
2
-3
/
+17
*
Switch to Blender model of filtered transparency.
Tavian Barnes
2011-05-20
1
-5
/
+5
*
Add Canvases to the Python module.
Tavian Barnes
2011-05-20
3
-1
/
+70
*
Add Colors to the Python extension.
Tavian Barnes
2011-05-20
2
-0
/
+56
*
Fix Matrix repr() and tests.
Tavian Barnes
2011-05-20
1
-12
/
+26
*
Add matricies to Python module.
Tavian Barnes
2011-05-19
1
-0
/
+13
*
Implement Vectors in python.
Tavian Barnes
2011-05-18
2
-1
/
+54
*
Add dieOnWarnings() to python module.
Tavian Barnes
2011-05-17
1
-0
/
+3
*
Split python Scenes into a new source file, add python tests.
Tavian Barnes
2011-05-16
2
-0
/
+53