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: about 2 months ago
JSON representation

Simple 2D drawing and animation in Motoko language

Lists

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.