- 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
- Major update Add lexer and parser #11
- Major update Add new command
render
and deleteddemo
command - Add examples directory with some scenes (more to come)
- Major update Implement the
demo
command and enable a nicer CLI #5 - Fix an issue with the vertical order of the images #4
- First release of the code