π¨βπ» Development
Requirements
To use this project you will need the following tools installed on your system:
Clone
To fetch the repository, use the following command:
git clone https://github.com/nurodev/atlas.git
Build
To build the project with your desired target platform, use the following command & replacing the --features
parameter with your desired backend target:
cargo build --features [dx11|dx12|metal|vulkan]
Run
Similarly to run the applicatio, use the following command:
cargo run --features [dx11|dx12|metal|vulkan]
π License
MIT Β© Ben Dixon