Skip to content

Latest commit

 

History

History
63 lines (33 loc) · 2.28 KB

CHANGELOG.md

File metadata and controls

63 lines (33 loc) · 2.28 KB

Photorealistic Rendering CHANGELOG

Version 1.1.0

2021-7-22

  • Refine code documentation and parallelized execution option #29

2021-7-21

  • Add documentation and other minor functionalities #20

2021-7-19

  • Implement parse_light to have the possibility of adding lights to the scene file #28

2021-7-12

  • Make a more user-friendly interface #27

Version 1.0.0

  • Breaking change: implement a lexer and parser for interpreting files with the scene description #19

2021-7-10

  • Implement new shapes (axis-aligned box) for the demo image #21

2021-7-08

  • Fix a bug in DiffuseBRDF ray scattering #26

2021-7-01

  • Add tests for some for some (not tested yet) functionalities #24

2021-6-30

  • Implement a point-light tracer #22
  • Enable a nice command line interface using Taywee/args argument parsing library #19

2021-6-21

  • Implement antialiasing #18

Version 0.3.0

  • Breaking change: implement a path tracer #12

Version 0.2.0

  • Breaking change: implement the demo command for generating a demo image #11

2021-5-26

  • Fix testing problems #14

2021-5-19

  • Enable a nice testing interface using Catch2 unit testing framework #8

Version 0.1.0

  • First release of the code