fractals

A collection of useful fractal curve encoders

Latest on Hackage:0.1.0.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Stephen Dekker
Maintained by Stephen Dekker

A collection of efficient fractal curve encoders that are of general use for creating spatial data structures.

Currently, the only encoder included is an implementation Butz's algorithm for generating N-dimensional space-filling Hilbert curves.

An encoder for Morton (Z-order) curves is planned for a future release.