Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)