An open API service indexing awesome lists of open source software.

https://github.com/alexadam/brainfuck2lsystem

Brainfuck to L-system
https://github.com/alexadam/brainfuck2lsystem

brainfuck generative-art l-system l-systems

Last synced: about 2 months ago
JSON representation

Brainfuck to L-system

Awesome Lists containing this project

README

        

# Brainfuck to L-System

Translate Brainfuck to L-System by using a custom mapping between their instructions

What is Brainfuck: https://en.wikipedia.org/wiki/Brainfuck
What is L-System: https://en.wikipedia.org/wiki/L-system

## Demo

https://alexadam.github.io/demos/brainfuck2lsystem/index.html

## Examples

![alt p1.png](https://github.com/alexadam/brainfuck2lsystem/blob/master/p1.png?raw=true)

![alt p2.png](https://github.com/alexadam/brainfuck2lsystem/blob/master/p2.png?raw=true)

![alt p3.png](https://github.com/alexadam/brainfuck2lsystem/blob/master/p3.png?raw=true)

![alt p4.png](https://github.com/alexadam/brainfuck2lsystem/blob/master/p4.png?raw=true)

## Credits

L-System render engine from: http://www.plastaq.com/elsy