Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 330 Bytes

File metadata and controls

17 lines (11 loc) · 330 Bytes

meristem

Plant growth animation represented as a simple discrete L-system.

For more info see my blog post.

Example

From the shell, run

go run meristem.go
convert $(ls -1 img/*.png | sort -V) -loop 0 animation.gif`