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

https://github.com/codegoalie/gotinyraytracer

Tiny ray tracer model after https://github.com/ssloy/tinyraytracer but in Go
https://github.com/codegoalie/gotinyraytracer

Last synced: 8 months ago
JSON representation

Tiny ray tracer model after https://github.com/ssloy/tinyraytracer but in Go

Awesome Lists containing this project

README

          

# gotinyraytracer

`gotinyraytracer` is a tiny ray tracer modeled after
https://github.com/ssloy/tinyraytracer but written in Go. It ie meant
to be a learning exercise and its development is captured in [a series of blog
posts](https://codegoalie.com/2019/01/21/ray-tracing-pt-1/index.html).

By commit, the expected output images are:

__Step 1__

![Step 1](outputs/step1.png)