/lsystem

lsystem evaluation in C++, Go, and Python

Primary LanguageC++

About

Just some L-System stuff I've been hacking on in C++, Python, and Go.

Installation

To try it out in Go:

cd Go
go build curve.go lsystem.go stack.go
./curve ./Simple.xml multi render

Good luck!