CFDG: Mono Craze

Filed under: Artsy, Tech

Posted 3 years, 2 months ago at 8:52 pm. 3 comments

starter

I finally had my first taste of CFDG (see old post) and am addicted :shock_ee:.

It feels like using the first language I learned - LOGO, except there is no turtle and it is not sequential. It also feels like coding in Prolog, which is not surprising because both of them use context-free grammar. That reminded me I could have used CFDG as my project topic for my functional and logic programming class. It would have been fun. :mad_ee:

I figured trees would be hard to make, as they require certain amount of geometry skills. Monograms are easy and they sell.

monoswirl1

Continue Reading…

Tags:

CFDG: Coding a Picture

Filed under: Artsy, Tech

Posted 3 years, 2 months ago at 10:39 am. 1 comment

Context Free Design Grammar

CFDG is a very simple programming language made for generating pictures. You write a text file as an input (a .cfdg file), and it spits out a graphic (usually a .png file).

Tree
Continue Reading…

Tags: