Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gasinfinity/rtiowkd

Learning raytracing by implementing it!
https://github.com/gasinfinity/rtiowkd

Last synced: 1 day ago
JSON representation

Learning raytracing by implementing it!

Awesome Lists containing this project

README

        

## πŸ’‘ rtiowkd (Raytracing in one weekend)

Learning raytracing by implementing the series of books of [Raytracing in one weekend](https://raytracing.github.io/).

🧩 Modern C++ is used throughout the repo
πŸ—ΊοΈ You can see the journey in the `progress` folder

[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)

## ✨ Showcase
![1](https://github.com/GasInfinity/rtiowkd/blob/master/progress/1.png?raw=true)
![2](https://github.com/GasInfinity/rtiowkd/blob/master/progress/2.png?raw=true)
![3](https://github.com/GasInfinity/rtiowkd/blob/master/progress/3.png?raw=true)
![4](https://github.com/GasInfinity/rtiowkd/blob/master/progress/4.png?raw=true)
![5](https://github.com/GasInfinity/rtiowkd/blob/master/progress/5.png?raw=true)
![6](https://github.com/GasInfinity/rtiowkd/blob/master/progress/6.png?raw=true)
![7](https://github.com/GasInfinity/rtiowkd/blob/master/progress/7.png?raw=true)
![8](https://github.com/GasInfinity/rtiowkd/blob/master/progress/8.png?raw=true)
![9](https://github.com/GasInfinity/rtiowkd/blob/master/progress/9.png?raw=true)
![10](https://github.com/GasInfinity/rtiowkd/blob/master/progress/10.png?raw=true)
![11](https://github.com/GasInfinity/rtiowkd/blob/master/progress/11.png?raw=true)
![12](https://github.com/GasInfinity/rtiowkd/blob/master/progress/12.png?raw=true)
![13](https://github.com/GasInfinity/rtiowkd/blob/master/progress/13.png?raw=true)

## πŸ“œ License

[MIT](https://choosealicense.com/licenses/mit/)