This is a Rust project using Bevy, the 3rd of its kind. The first and second were C++ projects originally used as an excuse to refine my C++ knowledge. The current project is a variant written in Rust to improve my understanding and ability to use the language more than just being able to read it.
Inspired after playing Noita and watching the GDC video presented by the developers.
Currently, no stable release exists. However, it shouldn't be difficult to build and run locally.
We welcome contributions in the form of pull requests and issue reports. Please feel free to contribute to this project and help make it better!
Rust project on top of Bevy
- Bevy - 0.14.1
To get started with this project, follow the steps below:
-
Clone the repository:
git clone https://github.com/SimplyJpk/PixelProject-v3.git cd PixelProject-v3
-
Fetch dependencies and build the project:
cargo build
-
Run the project:
cargo run
This project is licensed under the GNU General Public License v3.0.
For any questions or suggestions, please contact SimplyJpk.