File tree 2 files changed +17
-0
lines changed
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
287
287
[ Luminance ] : https://github.com/phaazon/luminance-rs
288
288
[ RAUI ] : https://raui-labs.github.io/raui/
289
289
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
+
290
307
## Popular Workgroup Issues in Github
291
308
292
309
<!-- Up to 10 links to interesting issues -->
You can’t perform that action at this time.
0 commit comments