summaryrefslogtreecommitdiff
path: root/src/libs/Makefile.am
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2020-01-08 20:22:36 -0800
committerVito Caputo <vcaputo@pengaru.com>2020-01-08 20:24:01 -0800
commit728f54b0f7b471e784782c65f41c6f307a056bba (patch)
treef6e31b9f56ee968a9a402a13798384545adfa032 /src/libs/Makefile.am
parent6628eefdf9f157388e9e755194a6066b6f389e1b (diff)
libs/puddle: add a classic 2D raindrop sim lib
These were commonish in the 90s demo days, done as a library to encourage use by different modules. You can simply render this directly onto a frame buffer like the old days, or sample it as a height map or density field for more complex compositions.
Diffstat (limited to 'src/libs/Makefile.am')
-rw-r--r--src/libs/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/Makefile.am b/src/libs/Makefile.am
index 9f3499d..820efef 100644
--- a/src/libs/Makefile.am
+++ b/src/libs/Makefile.am
@@ -1 +1 @@
-SUBDIRS = ascii grid din ray txt
+SUBDIRS = ascii grid din puddle ray txt
© All Rights Reserved