moonlight-planar-1.1.0.0: docs/noctilucent-garden/README.md
# Noctilucent garden
A generative botanical print made with the public `build`, `dcel`, and `dual`
components of Moonlight Planar. No private modules or replacement geometry
algorithms are used.
Five deterministic phyllotactic point clouds become Delaunay meshes through
`delaunayGeometry`. The finite cells of their Voronoi dual become inset glass
petals; the primal triangles remain visible as a fine vein network. A surrounding
unpainted site ring bounds the flower cells. The artwork does not claim these
stylized shapes are a biological simulation.
Geometry construction and rendering are pure; `main` only reads the output path
and writes the result. Change `blooms` for position, size, petal count, phase and
color. Typography, lighting, leaf silhouettes and stems are authored SVG.
From the repository root, after preparing the public DCEL dependency if needed:
```sh
scripts/safe-cabal.sh build moonlight-planar:lib:dcel \
--project-file=cabal.project.planar-dev --builddir=dist-newstyle-planar-dev --offline -j6
scripts/safe-cabal.sh run moonlight-planar:exe:moonlight-planar-noctilucent-garden \
--project-file=cabal.project.planar-dev --builddir=dist-newstyle-planar-dev --offline -j6 -- \
/Users/bluerose/Developer/pale-meridian/compiler/foundation/moonlight-planar/docs/noctilucent-garden/noctilucent-garden.svg
```
The SVG is generated by this source; edit the source and rerun, not the output.