File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -287,6 +287,23 @@ You can ask questions or give feedback for Bevy Retro
287287[ Luminance ] : https://github.com/phaazon/luminance-rs
288288[ RAUI ] : https://raui-labs.github.io/raui/
289289
290+ ### [ Texture Generator]
291+
292+ ![ A tilemap with procedural textures] ( texture-generator.png )
293+ _ A preview to version 0.5 with furniture_
294+
295+ [ Texture Generator] by [ Orchaldir] is a library to generate textures,
296+ and a library to use those textures to render tilemaps.
297+ Both libraries can generate color & depth images and
298+ support post processing effects like lighting & ambient occlusion.
299+ For randomness the instance id (e.g. the 145th brick) and/or the tile id are hashed.
300+
301+ The [ current release] focuses on furniture.
302+
303+ [ Texture Generator ] : https://github.com/Orchaldir/texture_generator
304+ [ Orchaldir ] : https://github.com/Orchaldir
305+ [ current release ] : https://github.com/Orchaldir/texture_generator/projects/8
306+
290307## Popular Workgroup Issues in Github
291308
292309<!-- Up to 10 links to interesting issues -->
You can’t perform that action at this time.
0 commit comments