๐Ÿ“ฆ Chocorean / perlin2d_test

๐Ÿ“„ README.md ยท 7 lines
1
2
3
4
5
6
7# perlin2d_test
A bevy app which render a 2d map using perlin noise

## Usage

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](src/game_plugin.rs), line 62 is a good starting point.