diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-11-12 12:21:08 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-11-12 12:21:08 -0500 |
commit | 6c1b5b1d486a4d831c9d3960010f4ad334b91a3b (patch) | |
tree | c79dc7489ac071172d3c866b0d40786f64464218 | |
parent | 5aaf7dcb4da8b0622df8443de833a41afe7c3aca (diff) |
TODO: Add new item.
-rw-r--r-- | TODO.org | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -161,6 +161,12 @@ better if the font rendering procedures are made polymorphic to handle this new type of font. +** TODO Geometry combinators + A functional interface for composing complex geometry from the + simple building block of triangles. A square is 2 triangles, a + cube is 6 squares, etc. A triangle has 3 vertices with a + particular winding. + ** TODO 0.1 Release A 0.1 release was made under the project's old name, guile-2d. Now that things have changed so drastically and the name has been |