From 01ab4fea185b451ed2d281a21ae62ba8c85e5237 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Mon, 18 Nov 2019 01:55:16 -0800 Subject: swab: add a perlin noise visualization This maps a different Z-slice through the noise field to each color channel. The slices are moved up and down through the field over time, and the size of the area each color samples is tweaked a bit to make them less coherent with the noise field cells. It could be improved, but I think the output is already neat enough to be worth sharing. --- src/modules/swab/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/modules/swab/Makefile.am (limited to 'src/modules/swab/Makefile.am') diff --git a/src/modules/swab/Makefile.am b/src/modules/swab/Makefile.am new file mode 100644 index 0000000..4db914b --- /dev/null +++ b/src/modules/swab/Makefile.am @@ -0,0 +1,3 @@ +noinst_LIBRARIES = libswab.a +libswab_a_SOURCES = swab.c +libswab_a_CPPFLAGS = -I@top_srcdir@/src -I@top_srcdir@/src/libs -- cgit v1.2.1