diff options
author | miwi <miwi@FreeBSD.org> | 2008-04-27 01:55:18 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-04-27 01:55:18 +0800 |
commit | 3c4906fea337d17dd4cdd77b1fb715f958643292 (patch) | |
tree | 3435692ca3f8b1b6ad59c54ff0ba7a1a5f7fad20 /graphics/Makefile | |
parent | ae868b64042422a4fcf2b274308e5ea7f2137acd (diff) | |
download | freebsd-ports-gnome-3c4906fea337d17dd4cdd77b1fb715f958643292.tar.gz freebsd-ports-gnome-3c4906fea337d17dd4cdd77b1fb715f958643292.tar.zst freebsd-ports-gnome-3c4906fea337d17dd4cdd77b1fb715f958643292.zip |
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 <anatoly.borodin at gmail.com>
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |