Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1019 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 1019 Bytes

AstroGen

AstroGen.mp4

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.

Executable

You can download the Windows build from the releases page.

Building from Source

Prerequisites

Steps

  1. Clone the repository:

    git clone https://github.com/ryuuk/AstroGen.git
    cd AstroGen
  2. Build and run the project:

    cargo run --release --no-default-features

Acknowledgements

This project is inspired by Sebastian Lague's tutorial on procedural planet generation, which can be check out here.