diff options
author | Tavian Barnes <tavianator@gmail.com> | 2011-07-26 14:07:04 -0600 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2011-07-26 14:07:04 -0600 |
commit | 43d43e8d604adcf13f10d2e96554e48ac407e8ab (patch) | |
tree | e6f18bde3274fbdf9fdef297cfddebd6a1a732e6 | |
parent | 71be020a5bad61b4899a70c4c0f44a2c747e3657 (diff) | |
download | dimension-43d43e8d604adcf13f10d2e96554e48ac407e8ab.tar.xz |
Update some top-level info files.
-rw-r--r-- | HACKING | 13 | ||||
-rw-r--r-- | README | 10 | ||||
-rw-r--r-- | THANKS | 7 |
3 files changed, 25 insertions, 5 deletions
@@ -11,3 +11,16 @@ Bounding hierarchy: libdimension/prtree.{c,h} Library internals: libdimension/dimension-impl.h and its #includes Tests: libdimension/tests/*.{c,cpp} Benchmarks: libdimension/bench/*.c + +Python Module (LGPLv3): +======================= + +Implementation: libdimension-python/dimension.{pyx,pxd} +Platform-specific components: libdimension-python/platform.{c.h} +Tests: libdimension-python/tests/*.py + +Client (GPLv3): +=============== + +Implementation: dimension/dimension.in +Tests: dimension/tests/*.dmnsn @@ -1,5 +1,5 @@ -This is Dimension, a project to create a GPLed, POV-Ray compatible ray tracer. -It is currently stable but lacking in features. But if you want to try it -anyway, see the INSTALL file for how to compile and run it. For a quick demo, -run ./autogen.sh && ./configure && make check, and look at -tests/dimension/demo.{pov,png}. +This is Dimension, a project to create a GPLed high quality ray-tracer. It is +currently stable but lacking in features. But if you want to try it anyway, see +the INSTALL file for how to compile and run it. For a quick demo, run + $ ./autogen.sh && ./configure && make check +and look at tests/dimension/demo.{dmnsn,png}. @@ -1 +1,8 @@ Dimension THANKS file + +- POV-Ray (http://povray.org/) inspired this project, and in fact Dimension + could be considered my effort to write the next generation of the POV-Ray + renderer. POV-Ray is copyright Persistence of Vision Raytracer Pty. Ltd. +- Python 3 (http://python.org/) is copyright the Python Software Foundation. +- The PR-tree bounding hierarchy is due to Lars Arge, Mark de Berg, Herman J. + Haverkort, and Ke Yi. |