Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 259 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 259 Bytes

A Tiny Raytracer in Go

Inspired by https://github.com/ssloy/tinyraytracer

Output:

Next Steps

  • env map
  • triangles
  • fix refraction
  • simplify / minify / concurrency
  • fix directory structure
  • split the struct code and rendering code