Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/gasinfinity/rtiowkd
- Owner: GasInfinity
- License: mit
- Created: 2024-11-20T01:05:14.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-20T01:47:43.000Z (about 2 months ago)
- Last Synced: 2024-11-20T02:32:25.746Z (about 2 months ago)
- Language: C++
- Size: 248 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)