Blog Posts
-
Procedural Terrain Generation in Bevy
30 Nov 2024I’ve been learning a bit about procedural generation in games like Dwarf Fortress and Minecraft. It inspired me to make a little world-generation toy using Bevy, a game engine built in Rust. Bevy supports compilation to Webassembly and WebGL graphics. So I made the toy available here to mess around with.
See more...