Documentation

API documentation is in the various subdirectories, e.g. string/api.html as well as in the documentation directory.

Licensing

The code here is generally licensed as CC-BY (https://creativecommons.org/licenses/by/4.0/).

Attribution should be to Mary Holstege and include a link to the code base at http://mathling.com/code/

Sources

Some of the same data is based on WordNet 3.0® and is made available under that license (see data directory).

The noise code is a port of noise-rs which is used under an MIT License (see noise directory).

Much of the colour space conversion code is a port of hsluv-c which is used under an MIT License (see colourspace directory).

Much of the SDF code is based in part on code from Inigo Quilez which is used under an MIT License with some operators from Karsten Schmidt which is used under an Apache license, and a few details from Electric Square Ltd., also under and MIT License (see sdf directory).

The gradients are based on gradient definitions from a variety of sources used under MIT, BSD, and CC Licenses (see COLOURS directory).

The Wave Function Collapse algorithm is a port of the WFC code, which is used under an MIT license. See wfc directory.

Significant changes

20230224

20221219

20220731

20220626

[1] Requires functions from the http://expath.org/ns/file and http://expath.org/ns/binary namespaces.

[2] Depends on Saxon Java API extensions; metadata saved in a secondary file due to lacunae in Java PNG implementation.

[3] See Paul Bourke "CONREC: A Contouring Subroutine" (http://paulbourke.net/papers/conrec/) for more information.

[4] See https://en.wikipedia.org/wiki/Elementary_cellular_automaton for more information.

[5] See Valeriy G. Narushin, Michael N. Romanov, and Darren K. Griffin " A universal formula for avian egg shape" (https://www.biorxiv.org/content/10.1101/2020.08.15.252148v1) for more information.

[6] See Scott Draves & Erik Reckase "The Fractal Flame Algorithm" (https://flam3.com/flame_draves.pdf) for more information.

20220308

20211222

20211020

20210814