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. --- src/libs/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libs/Makefile.am') 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 -- cgit v1.2.3