nathanielfernandes / quilt_rt

a simple raytracer written in my language, quilt.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

quilt_rt

a simple raytracer written in my language, quilt.

this was just a fun experiment to see how well quilt could handle a more complex program. it's not very fast, but it works.

supports:

  • spheres
  • planes
  • lights
  • shadows
  • reflections
  • lambertian shading
  • phong shading

render

the bytecode disassembly is in disassembly.txt.

About

a simple raytracer written in my language, quilt.


Languages

Language:CodeQL 100.0%