Skip to content

Commit 65e5eb3

Browse files
Orchaldir17cupsofcoffeeAngelOnFira
authored
N22: Texture Generator (#654)
* N22: Texture Generator * N22: Texture Generator 2 * Update content/news/022/index.md Co-authored-by: Joe Clay <27cupsofcoffee@gmail.com> Co-authored-by: Forest Anderson <forestkzanderson@gmail.com>
1 parent 4ba3aaa commit 65e5eb3

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

content/news/022/index.md

+17
Original file line numberDiff line numberDiff 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 -->
270 KB
Loading

0 commit comments

Comments
 (0)