Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matthewhammer/motoko-redraw
Simple 2D drawing and animation in Motoko language
https://github.com/matthewhammer/motoko-redraw
Last synced: 3 months ago
JSON representation
Simple 2D drawing and animation in Motoko language
- Host: GitHub
- URL: https://github.com/matthewhammer/motoko-redraw
- Owner: matthewhammer
- License: apache-2.0
- Archived: true
- Created: 2020-04-21T16:02:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-09T20:52:05.000Z (over 3 years ago)
- Last Synced: 2024-08-03T00:14:19.600Z (6 months ago)
- Language: Modelica
- Size: 55.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE_APACHE
Awesome Lists containing this project
- awesome-motoko - motoko-redraw - 2D graphics and layout algorithms for Motoko. (Libraries / Graphics)
- awesome-motoko - motoko-redraw - 2D graphics and layout algorithms for Motoko. (Libraries / Graphics)
README
# Motoko Redraw
Simple, 2D graphics in Motoko.
## Use cases:
- Pretty-print diagnostic Canister state using horz/vert boxes of text.
- Teaching Motoko to college and K12 students.
- Create graphical demos, for fun!## In progress:
- Simple scriptable animations that are mobile.
## Relevant tools
- The [IC Game Terminal](https://github.com/matthewhammer/ic-game-terminal#-graphical-output-format) recognizes/draws this graphical output.
- The ["thin" IC Agent](https://github.com/matthewhammer/zqm/pull/6) recognizes/draws this graphical output.