A bevy app which render a 2d map using perlin noise
Just do cargo run
to run the project. If you want to tweak the parameters of the noise or the color, see game_plugin.rs, line 62 is a good starting point.
A bevy app which render a 2d map using perlin noise
Just do cargo run
to run the project. If you want to tweak the parameters of the noise or the color, see game_plugin.rs, line 62 is a good starting point.