The purpose of this library is to define rules for a tile atlas and then procedurally generate outputs given some input geometry.
It handles a specific problem, i.e. generating valid variations of a tile atlas given some input geometry. It assumes a grid-based system where each cell can contain a tile from a tile atlas.
- Olve.Grids - The core library.
- Olve.Grids.DeBroglie - Generation of using the DeBroglie library.
- Demo - A CLI application showcasing the library.
Please see the individual projects for more information.