Skip to content

Aeshus/LSystemTurtle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UEFI L-System & Turtle Graphics

Screenshot

This project implements an L-System as described in The Algorithmic Beauty Of Plants, by Przemyslaw Prusinkiewicz, Aristid Lindenmayer.

It consists of a string expander system, based on dynamic rules, which are then run on an initial input ("axiom").

The result of that L-System is then used to direct the turtle to draw a given shape.

All of this is implemented via TianoCore's EDKII development environment, in C.

Building

To build, setup EDKII and then put this directory into MdeModulePkg/Application, and then you can build the .efi file.

About

UEFI L-System + Turtle Implementation via EDKII

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages