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

https://github.com/jcbritobr/sray

SRay is a simple raytracer application based on Raytracer in one Weekend book.
https://github.com/jcbritobr/sray

computer-graphics cpp raytracer raytracer-application

Last synced: about 2 months ago
JSON representation

SRay is a simple raytracer application based on Raytracer in one Weekend book.

Awesome Lists containing this project

README

        

# SRay
SRay is a simple raytracing application based on [Ray Tracing in One Weekend](https://www.amazon.com/Ray-Tracing-Weekend-Minibooks-Book-ebook/dp/B01B5AODD8) book. All code use new C++ 11/14 drafts for memory management with smart pointers.

![Image processed with 100 samples](images/goodsample-2.png)

It implements the following features:

* Sphere Geometric object
* Lambertian Material
* Dieletric Material
* Metal Material
* A movable Camera
* Camera Focus adjustment