diff options
author | Vito Caputo <vcaputo@gnugeneration.com> | 2017-02-08 19:49:00 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@gnugeneration.com> | 2017-02-12 05:03:06 -0800 |
commit | d781f66c8eaa07a0c3d0bfe5afe124f717edba9e (patch) | |
tree | 54d4a5f2983695ffe4d4eca6199d51cdff3e3e68 /src/modules/Makefile.am | |
parent | 59b3a2c6b4b121445eba1cb6fe925326edc42c39 (diff) |
julia: add a morphing Julia set renderer
This is unoptimized, with a palette slapped together in vim, but still
pretty neat!
Diffstat (limited to 'src/modules/Makefile.am')
-rw-r--r-- | src/modules/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/Makefile.am b/src/modules/Makefile.am index 2890308..f65ba63 100644 --- a/src/modules/Makefile.am +++ b/src/modules/Makefile.am @@ -1 +1 @@ -SUBDIRS = plasma ray roto sparkler stars +SUBDIRS = julia plasma ray roto sparkler stars |