summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2019-11-24 13:06:03 -0800
committerVito Caputo <vcaputo@pengaru.com>2019-11-24 13:06:03 -0800
commitcc1dea6ec94aad181c05c157ca679c5dc1c1004d (patch)
tree7eaead7e67a5fdfd97fa3efbb788d3865cfff82b /configure.ac
parent13189997111deac782df2be3db4e4669d5635ca2 (diff)
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
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
© All Rights Reserved