Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/techninja/robopaint-mode-example
An example RoboPaint mode that renders text, and is great for learning!
https://github.com/techninja/robopaint-mode-example
Last synced: about 1 month ago
JSON representation
An example RoboPaint mode that renders text, and is great for learning!
- Host: GitHub
- URL: https://github.com/techninja/robopaint-mode-example
- Owner: techninja
- License: mit
- Created: 2015-09-22T09:00:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-11T04:41:07.000Z (over 7 years ago)
- Last Synced: 2024-12-14T22:33:25.115Z (about 1 month ago)
- Language: JavaScript
- Size: 173 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Example Text Rendering RoboPaint Mode
An example RoboPaint mode that renders text, and is great for learning How to
make your own RoboPaint Mode!![Example Text Mode](images/example_preview_1.jpg?raw=true)
This module is a mode for [RoboPaint](https://github.com/evil-mad/robopaint),
the software for drawing robots, and your
[friendly painting robot kit, the WaterColorBot](http://watercolorbot.com)!This mode is meant to be as simple as possible, while still actually doing
something. This mode utilizes the Paper.JS automatic sizing canvas, the
HersheyText module, and the automatic settings form management for
saving/loading form values.More documentation to come as the Mode API solidifies.
-----
All code MIT licensed. Created by [TechNinja](https://github.com/techninja),
with support and collaboration from
[Evil Mad Scientist](http://evilmadscientist.com).