Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/907th/rust-raytracing-in-one-weekend
"Ray Tracing In One Weekend" book in Rust lang
https://github.com/907th/rust-raytracing-in-one-weekend
raytracing rust
Last synced: 25 days ago
JSON representation
"Ray Tracing In One Weekend" book in Rust lang
- Host: GitHub
- URL: https://github.com/907th/rust-raytracing-in-one-weekend
- Owner: 907th
- Created: 2022-06-21T13:58:53.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-02T07:59:16.000Z (over 2 years ago)
- Last Synced: 2024-10-04T11:57:15.605Z (about 1 month ago)
- Topics: raytracing, rust
- Language: Rust
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
In this repo I implement "[Ray Tracing In One Weekend](https://raytracing.github.io/)" book in Rust language.
This is an educational project for me. The main purpose of it is to learn and practice programming in Rust language.
It was inspired by the [greatest-ever Rust lectures](https://youtube.com/playlist?list=PLlb7e2G7aSpTfhiECYNI2EZ1uAluUqE_e)
taught by the [Aleksey Kladov](https://github.com/matklad)
in [Computer Science Center](https://compscicenter.ru/courses/rustprogramming/2019-spring/).# Progress
Here are the result images I obtained while working on this project:
![image1](images/image1.jpg)
![image2](images/image2.jpg)
![image3](images/image3.jpg)