summaryrefslogtreecommitdiff
path: root/src/modules/Makefile.am
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2022-06-07 19:02:35 -0700
committerVito Caputo <vcaputo@pengaru.com>2022-06-07 21:12:34 -0700
commitd944160f1d6a25710b298442972a8562ffc62942 (patch)
tree1712b8768ac97db6b28b2065638454c8a6b54f84 /src/modules/Makefile.am
parent6d1d7f95529d826ea916ac80d236f5e8616daf64 (diff)
modules/moire: implement rudimentary moire module
This introduces a very naive unoptimized moire interference pattern module, it's rather slow complete with a sqrtf() per pixel per center.
Diffstat (limited to 'src/modules/Makefile.am')
-rw-r--r--src/modules/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/Makefile.am b/src/modules/Makefile.am
index d00ac7b..83adbc5 100644
--- a/src/modules/Makefile.am
+++ b/src/modules/Makefile.am
@@ -1 +1 @@
-SUBDIRS = blinds checkers compose drizzle flui2d julia meta2d montage pixbounce plasma plato ray roto rtv shapes snow sparkler spiro stars submit swab swarm voronoi
+SUBDIRS = blinds checkers compose drizzle flui2d julia meta2d moire montage pixbounce plasma plato ray roto rtv shapes snow sparkler spiro stars submit swab swarm voronoi
© All Rights Reserved