Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-10 | til: add ticks to til_module_context_t | Vito Caputo | |
Also wire this up to the til_module_context_new() helper and all its callers. This is in preparation for modules doing more correct delta-T derived animation. | |||
2022-06-07 | modules/moire: implement rudimentary moire module | Vito Caputo | |
This introduces a very naive unoptimized moire interference pattern module, it's rather slow complete with a sqrtf() per pixel per center. |