whenimbored.xfx.net
Implementing a simple L-system parser - When I'm Bored
Here’s a very rough implementation of an L-system (Lindenmayer system) interpreter, parser and renderer, written in VB.NET The current implementation is very basic and lacks many of the features available in more mature projects, such as LILiS. Actually, the grammar to write l-system functions (or recipes) in LSysInt is very similar to that used by […]
xfx