ssloy / tinyraytracer

A brief computer graphics / rendering course
https://github.com/ssloy/tinyraytracer/wiki
5.04k stars 333 forks source link

Tinyraytracer in Golang #13

Open tpaschalis opened 5 years ago

tpaschalis commented 5 years ago

I wanted to thank you for the awesome courses, I wish I had such great teachers in my Uni years!

I ported the whole thing in Go while maintaining the commit-by-commit step approach and the original ideas. I am currently working towards making it more idiomatic to Go, and simplifying the vector and color handling ^^

ssloy commented 5 years ago

Awesome, thank you for sharing!