Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-01 | *: librototiller->libtil | Vito Caputo | |
Largely mechanical rename of librototiller -> libtil, but introducing a til_ prefix to all librototiller (now libtil) functions and types where a rototiller prefix was absent. This is just a step towards a more libized librototiller, and til is just a nicer to type/read prefix than rototiller_. | |||
2020-01-26 | knobs: add experimental rudimentary knobs API | Vito Caputo | |
This is intended for modules to expose bindings for floats affecting rendering output that may be varied at runtime frame-to-frame. See the comment in knobs.h for more information. This commit only introduces the concept, no modules utilize it yet. |