From cc1dea6ec94aad181c05c157ca679c5dc1c1004d Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Sun, 24 Nov 2019 13:06:03 -0800 Subject: montage: add montage module This is somewhat unfinished as it uses the generic tiled fragmenter that's not interested in appearances but prioritizes total coverage and simplicity. Montage should have its own tiler that can produce non-square and even non-uniform tile dimensions, prioritizing filling the screen with mostly-uniform tiles. But that's a TODO item, this is good enough for now and exercises some fragment details previously irrelevant and often ignored/broken in modules. The pixbounce module in particular seems completely broken with small fragment sizes. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 7a2f01e..0b389e2 100644 --- a/configure.ac +++ b/configure.ac @@ -43,6 +43,7 @@ AC_CONFIG_FILES([ src/modules/Makefile src/modules/flui2d/Makefile src/modules/julia/Makefile + src/modules/montage/Makefile src/modules/pixbounce/Makefile src/modules/plasma/Makefile src/modules/ray/Makefile -- cgit v1.2.1