https://github.com/user-attachments/assets/0c2e8eb1-9d6a-4b55-acb2-641740cac15d
AstroGen is a procedural asteroid generator built with Bevy, it gives control over the asteroid's shape by UI sliders. It lets you customize the number of craters, the formation of ridges, and overall structure to create unique asteroid shapes.
You can download the Windows build from the releases page.
Clone the repository:
git clone https://github.com/ryuuk/AstroGen.git
cd AstroGen
Build and run the project:
cargo run --release --no-default-features
This project is inspired by Sebastian Lague's tutorial on procedural planet generation, which can be check out here.