Age | Commit message (Expand) | Author |
2022-05-25 | setup: return the desc for failed setting on error | Vito Caputo |
2022-05-25 | til: mention --go in --help | Vito Caputo |
2022-05-25 | README: just a small update and mention website | Vito Caputo |
2022-05-25 | til: add --go to supported args | Vito Caputo |
2022-05-25 | *: normalize on all case-insensitive comparisons | Vito Caputo |
2022-05-25 | modules/shapes: update TODO comment | Vito Caputo |
2022-05-25 | modules/shapes: slow spins down a bit | Vito Caputo |
2022-05-25 | modules/shapes: introduce pinch setting | Vito Caputo |
2022-05-24 | modules/shapes: fixup indentation of star+pinwheel | Vito Caputo |
2022-05-24 | modules/shapes: add scale setting | Vito Caputo |
2022-05-24 | modules/shapes: add spin setting for star+pinwheel | Vito Caputo |
2022-05-24 | modules/shapes: add points setting for star+pinwheel | Vito Caputo |
2022-05-23 | *: silence some more clang parens warnings | Vito Caputo |
2022-05-23 | modules/shapes: various small fixups | Vito Caputo |
2022-05-23 | modules/compose: don't clear frame in prepare_frame() | Vito Caputo |
2022-05-23 | til: simplify fragment->cleared maintenance | Vito Caputo |
2022-05-21 | modules/*: first stab at utilizing supplied seeds | Vito Caputo |
2022-05-21 | modules/voronoi: silence warning about fmt mismatch | Vito Caputo |
2022-05-21 | til: supply a seed to til_module_t.create_context() | Vito Caputo |
2022-05-21 | modules/shapes: add procedural 2D shapes module | Vito Caputo |
2022-05-06 | modules/pixbounce: add Ignignokt & Err pixmaps | Philip J Freeman |
2022-05-06 | modules/pixbounce: add "rototiller" qr code | Philip J Freeman |
2022-05-06 | modules/pixbounce: add setting for pixmap choice | Philip J Freeman |
2022-05-06 | modules/pixbounce: remove weird pixmaps | Philip J Freeman |
2022-05-06 | modules/pixbounce: add setting for pixmap size | Philip J Freeman |
2022-05-06 | modules/pixbounce: support arbitrary pixmap size | Philip J Freeman |
2022-05-03 | modules/voronoi: slightly underscale to prevent OOB access | Vito Caputo |
2022-05-02 | modules/rtv: silence compiler warning about parens | Vito Caputo |
2022-05-02 | modules/rtv: plug big channel leak on context destroy | Vito Caputo |
2022-05-02 | modules/submit: fix bilerp mode out-of-bounds access | Vito Caputo |
2022-05-02 | modules/montage: fix fragnum misuse as cpu # | Vito Caputo |
2022-05-01 | modules/rtv: make "compose" the default channel | Vito Caputo |
2022-05-01 | til_fb: add draw flags for controlling texturability | Vito Caputo |
2022-05-01 | til_fb: introduce a fragment texture source | Vito Caputo |
2022-05-01 | modules/julia: randomize initial state | Vito Caputo |
2022-05-01 | modules/plasma: randomize initial state of contexts | Vito Caputo |
2022-05-01 | modules/roto: randomize roto initial state | Vito Caputo |
2022-05-01 | modules/rtv: snow_module=blank is blanking, "none" for disabled | Vito Caputo |
2022-05-01 | til: introduce "blank" built-in module | Vito Caputo |
2022-05-01 | modules/*: make use of generic fragmenters | Vito Caputo |
2022-05-01 | til: introduce some generic fragmenters for convenience | Vito Caputo |
2022-05-01 | til: wire n_cpus up to the fragmenter function | Vito Caputo |
2022-04-29 | modules/rtv: except snow_module=none,snow_duration=0 | Vito Caputo |
2022-04-29 | modules/rtv: align all struct members | Vito Caputo |
2022-04-29 | modules/rtv: rtv_channel_t: s/settings/settings_as_arg/ | Vito Caputo |
2022-04-29 | modules/voronoi: voronoi diagram module | Vito Caputo |
2022-04-28 | libs/din: lose the asserts in dotgradient() | Vito Caputo |
2022-04-28 | libs/din: minor optimization in clamp() | Vito Caputo |
2022-04-28 | libs/din: premultiply din->width * din->height | Vito Caputo |
2022-04-28 | libs/din: minor optimization | Vito Caputo |