This is a raytracer implemented with the wgpu library using compute shaders.
To install the project, you will need to have Rust installed on your system.
Once you have done this you can clone the repository:
git clone [email protected]:Emtrixx/wgpu-raytracer.git
To use the project, you can run the main program using the following command:
cargo run
This will start the raytracer program, which allows you to control the camera using the keyboard (WASD).
If you would like to contribute to the project, you can fork the repository on GitHub and submit a pull request with your changes. Please make sure to follow the coding conventions and style guidelines used in the project.
This project is licensed under the MIT License. See the LICENSE file for details.
This project was inspired by the following resources: