From 4d87b2e85f13ee9597d9646db9c388cbf6269f2b Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Mon, 31 Jul 2023 04:08:04 -0700 Subject: modules/signals: experimental signals module Playing with libs/sig in 2D, this isn't really an interesting module by itself in terms of visual output. But it might have utility as a diagnostic thing if libs/sig becomes a more used thing. At the very least, for now, it's useful for observing affects of and iterating on libs/sig development. So I'm merging this, just gated behind TIL_MODULE_EXPERIMENTAL so it's not in rtv rotation or presented as something in the usual modules list. --- src/til.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/til.c') diff --git a/src/til.c b/src/til.c index 0aa8efd..fa6d402 100644 --- a/src/til.c +++ b/src/til.c @@ -46,6 +46,7 @@ extern til_module_t rkt_module; extern til_module_t roto_module; extern til_module_t rtv_module; extern til_module_t shapes_module; +extern til_module_t signals_module; extern til_module_t snow_module; extern til_module_t sparkler_module; extern til_module_t spiro_module; @@ -75,6 +76,7 @@ static const til_module_t *modules[] = { &roto_module, &rtv_module, &shapes_module, + &signals_module, &snow_module, &sparkler_module, &spiro_module, -- cgit v1.2.3