From 728f54b0f7b471e784782c65f41c6f307a056bba Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Wed, 8 Jan 2020 20:22:36 -0800 Subject: 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. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 872acec..37c8a4c 100644 --- a/configure.ac +++ b/configure.ac @@ -38,6 +38,7 @@ AC_CONFIG_FILES([ src/libs/ascii/Makefile src/libs/grid/Makefile src/libs/din/Makefile + src/libs/puddle/Makefile src/libs/ray/Makefile src/libs/txt/Makefile src/modules/Makefile -- cgit v1.2.1