Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

20 lines (16 loc) · 1.03 KB

HEAD

  • Add more algorithms to solve the rendering equation (photon mapping, point-light tracing...)
  • Parallelize where possibile to speed up rendering
  • Add option to define other type of variables in scene input file (e.g Color) and add support for arithmetic operations

Version 1.0.0

  • Major update Add lexer and parser #11
  • Major update Add new command render and deleted demo command
  • Add examples directory with some scenes (more to come)

Version 0.2.0

  • Major update Add pathtracing algorithm #9
  • Add antialiasing #10

2021-05-19

  • Major update Implement the demo command and enable a nicer CLI #5
  • Fix an issue with the vertical order of the images #4

Version 0.1.0

  • First release of the code