ElisaLegnani / PhotorealisticRendering

A simple raytracer for generating photorealistic images written in C++
https://elisalegnani.github.io/PhotorealisticRendering/
GNU General Public License v3.0
3 stars 0 forks source link

Create scenefiles library #17

Closed ElisaLegnani closed 3 years ago

ElisaLegnani commented 3 years ago

This PR implements classes for lexing and parsing for interpreting files with the scene description. It also enables a nice command line interface using Taywee/args.