Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-13 | *: smattering of random small fixes to silence -Wall | Vito Caputo | |
I thought the build was already using -Wall but that seems to not be the case, maybe got lost somewhere along the line or messed up in configure.ac After forcing a build with -Wall -Werror, these showed up. Fixed up in the obvious way, nothing too scary. | |||
2018-03-19 | ray: libize raytracer core, introduces src/libs | Vito Caputo | |
This is the first step of breaking out all the core rendering stuffs into reusable libraries and making modules purely compositional, consumers of various included rendering/effects libraries. Expect multiple modules leveraging libray for a variety of scenes and such. Also expect compositions mixing the various libraries for more interesting visuals. |