@hackage data-spacepart20090126.0

Space partition data structures. Currently only a QuadTree.

Space partition data structures. Currently only a QuadTree.

darcs get --partial http://www.tothepowerofdisco.com/repo/data-spacepart/

TODO:

lots.

Move test/QuadTreeVisualize to a separate package.

The only example is test/QuadTreeVisualize. This can be run with:

chmod u+x test/run_test

cd test && ./run_test

This isn't actually a "test". QuadTreeVisualize renders a random quadtree in a heavily stylized fashion using OpenGL. Arrows to move about. Shift-Up/Down to zoom in and out. This requires a non-standard branch of the OpenGL libraries from here:

http://www.tothepowerofdisco.com/repo/OpenGL/

Due to the framebuffer object requirement of the test/Render module.