summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2022-05-20 21:25:39 -0700
committerVito Caputo <vcaputo@pengaru.com>2022-05-21 13:20:55 -0700
commit192a89a7f9f396fff4eb6b0836f597c376e98932 (patch)
tree69d8da7758b4587fdfa8646ebf53d0aac277e876 /configure.ac
parent04553f39b81db2cf07c32a94665c7ab65a420a5c (diff)
modules/shapes: add procedural 2D shapes module
Mostly for compositing purposes, here will be a corpus of 2D shapes, parameterized/procedurally generated and able to rotate and perhaps have other dynamics added. What shapes are there presently I had started implementing in checkers as "styles", before realizing they really should just be a separate module checkers can call into. Not terribly interesting by itself, but as blinds and checkers demonstrated, these things deliver a lot of value in compositional situations. They're creating the palette to draw from.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index aa45307..23b8bad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -55,6 +55,7 @@ AC_CONFIG_FILES([
src/modules/ray/Makefile
src/modules/roto/Makefile
src/modules/rtv/Makefile
+ src/modules/shapes/Makefile
src/modules/snow/Makefile
src/modules/sparkler/Makefile
src/modules/spiro/Makefile
© All Rights Reserved