๐Ÿ“ฆ Chocorean / perlin2d_test

A bevy app which render a 2d map using perlin noise

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching
๐Ÿ“ฅ Clone https://github.com/Chocorean/perlin2d_test.git
HTTPS git clone https://github.com/Chocorean/perlin2d_test.git
SSH git clone git@github.com:Chocorean/perlin2d_test.git
CLI gh repo clone Chocorean/perlin2d_test
Chocorean Chocorean Create README.md 396a7f6 3 years ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ .cargo
๐Ÿ“ assets
๐Ÿ“ src
๐Ÿ“„ .gitignore
๐Ÿ“„ Cargo.lock
๐Ÿ“„ Cargo.toml
๐Ÿ“„ README.md
๐Ÿ“„ README.md

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 gameplugin.rs, line 62 is a good starting point.