From 3c4906fea337d17dd4cdd77b1fb715f958643292 Mon Sep 17 00:00:00 2001 From: miwi Date: Sat, 26 Apr 2008 17:55:18 +0000 Subject: Context Free Design Grammar compiler. About CFDG: Chris Coyne created a small language for design grammars called CFDG. These grammars are sets of non-deterministic rules to produce images. The images are surprisingly beautiful, often from very simple grammars. Context Free is a full graphical environment for editing, rendering, and exploring CFDG design grammars. Features: * Simultaneously available for Macintosh, Windows and Posix/Unix. * Progressive image update: watch it generate * Save generated images in PNG or SVG format. * Produce animations * Edit grammars and re-render easily. * Render very large images (as large as 100 Mega-pixels). * Can handle generated images with millions of shapes. * Carefully tuned graphics rendering * Many built-in examples * Automatic checking for updates (Mac only). * It's free, as in beer and as in speech. WWW: http://www.contextfreeart.org/ PR: ports/121715 Submitted by: Anatoly Borodin --- graphics/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'graphics/Makefile') diff --git a/graphics/Makefile b/graphics/Makefile index c08538a145ad..a4f877a3f55e 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -58,6 +58,7 @@ SUBDIR += cbview SUBDIR += cegui SUBDIR += cenon + SUBDIR += cfdg SUBDIR += chbg SUBDIR += cimg SUBDIR += cinepaint -- cgit