https://github.com/zonble/flutter_lsystem
L-System implemented in Flutter
https://github.com/zonble/flutter_lsystem
flutter lsystem turtle-graphics
Last synced: 5 months ago
JSON representation
L-System implemented in Flutter
- Host: GitHub
- URL: https://github.com/zonble/flutter_lsystem
- Owner: zonble
- License: mit
- Created: 2020-03-12T16:53:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-27T09:28:11.000Z (9 months ago)
- Last Synced: 2024-08-27T10:44:12.083Z (9 months ago)
- Topics: flutter, lsystem, turtle-graphics
- Language: C++
- Homepage: https://zonble.github.io/flutter_lsystem/
- Size: 28.5 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flutter_lsystem
A simple project that demonstrates how to implement an L-system on Flutter and
the [Flutter Turtle](https://pub.dev/packages/flutter_turtle) package.A web version is hosted on Github. [Link](https://zonble.github.io/flutter_lsystem/#/).