Crates.io | island_map_generator_bevy |
lib.rs | island_map_generator_bevy |
version | 0.1.0 |
source | src |
created_at | 2023-11-18 11:25:46.137259 |
updated_at | 2023-11-18 11:25:46.137259 |
description | Island map editor using procedural generation, Rust and Bevy engine |
homepage | |
repository | https://github.com/danieldidiobalsamo/island_map_generator |
max_upload_size | |
id | 1040448 |
size | 113,689 |
Island map procedural generation using Rust and Bevy engine. The generator is based on Fractal Brownian motion.
The following parameters can be updated while the simulation is running:
Press 'Q' to leave.
Install bevy dependencies and then just launch:
cargo install island_map_generator_bevy
island_map_generator_bevy
Install bevy dependencies
Then clone this repository and launch :
cargo run --release
Note: if you want to launch as dev, make sure to add the following feature to decrease compilation time :
cargo run --features bevy/dynamic_linking