Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angad-k/roshni
A Raytracer built in Rust
https://github.com/angad-k/roshni
raytracer raytracing raytracing-engine raytracing-in-one-weekend rust rust-lang
Last synced: 3 days ago
JSON representation
A Raytracer built in Rust
- Host: GitHub
- URL: https://github.com/angad-k/roshni
- Owner: angad-k
- Created: 2022-02-06T08:07:18.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-17T12:28:24.000Z (almost 3 years ago)
- Last Synced: 2024-11-09T20:53:24.965Z (2 months ago)
- Topics: raytracer, raytracing, raytracing-engine, raytracing-in-one-weekend, rust, rust-lang
- Language: Rust
- Homepage:
- Size: 568 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Roshni - A Raytracer in Rust
Implementing a raytracer in Rust here.
Will first follow the [Raytracing in a Weekend](https://raytracing.github.io/) series and then build up from there.
As of now, Book 1's content is implemented in the repository.# Renders
### Final Render for Book 1 :
![Book-1-Render](https://github.com/angad-k/RustRaytracer/blob/main/renders/book_1.png?raw=true)