Skip to content

A basic sphere rendering with lights in rust and wgsl

Notifications You must be signed in to change notification settings

sahuishan01/3dRenderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A basic sphere rendering with lights in rust and wgsl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published