Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 641 Bytes

readme.md

File metadata and controls

20 lines (15 loc) · 641 Bytes

Raytracing in Haskell

My take on Raytracing based on Peter Shirley's Ray Tracing In One Weekend

Generated image


TODO

  • Add basic readme
  • Render basic image in PPM
  • Render image in Jpeg
  • Render testing image in Jpeg
  • Better description and readme
  • table of content
  • Description of prerequisites for project
  • Instructions to run the project
  • Demo screenshots
  • Implemented Raytracing (!!!)