Negrini085 / PhotoNim

PhotoNim: a CPU raytracer with BVH optimization based on kmeans clustering
https://negrini085.github.io/PhotoNim/
GNU General Public License v3.0
4 stars 1 forks source link

Scene Parser and Lexer #45

Closed lorenzoliuzzo closed 4 months ago

lorenzoliuzzo commented 5 months ago

Implement a parser and a lexer for the PhotoNim scene files. Implement the render command line command. If possible, implement also scene AST using macros.