From 3fc9031e6b10f6accceb7c00f368e34045bbaca7 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Fri, 25 Sep 2020 20:50:22 -0700 Subject: modules/compose: add a rudimentary compositing module --module=compose,layers=first:second:third:... this draws the named modules in the order listed, overdrawing the output of the previous layers in a cumulative fashion. --- src/modules/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/Makefile.am') diff --git a/src/modules/Makefile.am b/src/modules/Makefile.am index ad0c7bd..0f60d29 100644 --- a/src/modules/Makefile.am +++ b/src/modules/Makefile.am @@ -1 +1 @@ -SUBDIRS = drizzle flui2d julia meta2d montage pixbounce plasma ray roto rtv snow sparkler spiro stars submit swab +SUBDIRS = compose drizzle flui2d julia meta2d montage pixbounce plasma ray roto rtv snow sparkler spiro stars submit swab -- cgit v1.2.3