A library & application to generate procedural textures based on texture definition files. See an example.
The example can be generated with:
texture_generator resources/textures/brick.yaml brick 1024
This generates a color image:
And a depth image:
A library & editor to create tilemaps and render them with the previous procedural textures. See an example.
The rendered color image with ambient occlusion & lighting:
And the depth image:
The editor uses the GUI library Iced: