Ian-Parberry / lindenmayer

A Basic L-System Image Generator for Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lindenmayer System Image Generator

Some examples.

Description

The source code for this basic L-system generator, written and maintained by Ian Parberry, is intended to be used by students to extend and modify while they are learning about Lindenmayer systems. It can generate and save images from a few hard-coded L-systems and the basic functionality is in place for adding more. See https://ian-parberry.github.io/lindenmayer/ for more information.

Requirements

Windows 10 and Visual C++. This code has been tested with Visual Studio 2019 Community under Windows 10.

License

This project is released under the MIT License.

About

A Basic L-System Image Generator for Windows

License:MIT License


Languages

Language:C++ 94.1%Language:C 5.9%