diff --git a/README.md b/README.md index ab91f35..e961e43 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,29 @@ https://github.com/user-attachments/assets/0c2e8eb1-9d6a-4b55-acb2-641740cac15d -AstroGen is a procedural asteroid generator built with Bevy, offering fine-grained control over the asteroid's shape. Customize features like the number of craters, the formation of ridges, and more to create unique asteroid models. The project is inspired by Sebastian Lague's tutorial, which you can check out [here](https://www.youtube.com/watch?v=lctXaT9pxA0&t=618s). +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](https://github.com/rYuuk/AstroGen/releases/). + +## Building from Source + +#### Prerequisites +- [Rust](https://www.rust-lang.org/tools/install) (version 1.74 or later) +- [Git](https://git-scm.com/downloads) + +#### Steps +1. Clone the repository: + ```bash + git clone https://github.com/ryuuk/AstroGen.git + cd AstroGen + ``` + +2. Build and run the project: + ```bash + 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](https://www.youtube.com/watch?v=lctXaT9pxA0). diff --git a/assets/fonts/monofonto_rg.otf b/assets/fonts/monofonto_rg.otf deleted file mode 100644 index bca1ad6..0000000 Binary files a/assets/fonts/monofonto_rg.otf and /dev/null differ diff --git a/assets/textures/Craters.jpg b/assets/textures/Craters.jpg deleted file mode 100644 index 726cebd..0000000 Binary files a/assets/textures/Craters.jpg and /dev/null differ diff --git a/assets/textures/MoonNoise.jpg b/assets/textures/MoonNoise.jpg deleted file mode 100644 index f561c30..0000000 Binary files a/assets/textures/MoonNoise.jpg and /dev/null differ diff --git a/assets/textures/Rock2.jpg b/assets/textures/Rock2.jpg deleted file mode 100644 index a7aab8a..0000000 Binary files a/assets/textures/Rock2.jpg and /dev/null differ