A bevy app which render a 2d map using perlin noise
https://github.com/Chocorean/perlin2d_test.git
Just do cargo run to run the project. If you want to tweak the parameters of the noise or the color, see gameplugin.rs, line 62 is a good starting point.