Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 424 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 424 Bytes

How to Run

  1. Install Rust from rust-lang.org.
  2. Clone the repository and run the project:
    git clone https://github.com/sahuishan01/3dRenderer.git
    cd 3dRenderer
    cargo run

Extra

To automatically watch for file changes and re-run the project:

cargo watch -c -w src -x run

Sample Image

![image](assets/sample.png?raw=True