Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stewdio/chatttr.sketchplugin
A little experiment with GET requests and programmatically drawing Paths in Sketch.
https://github.com/stewdio/chatttr.sketchplugin
Last synced: 11 days ago
JSON representation
A little experiment with GET requests and programmatically drawing Paths in Sketch.
- Host: GitHub
- URL: https://github.com/stewdio/chatttr.sketchplugin
- Owner: stewdio
- Created: 2014-11-14T19:58:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-15T12:42:06.000Z (almost 10 years ago)
- Last Synced: 2024-10-11T01:09:51.204Z (about 1 month ago)
- Homepage:
- Size: 164 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Chatttr.sketchplugin
====================A little experiment with GET requests and programmatically drawing Paths in [Sketch](http://bohemiancoding.com/sketch/). This plugin fetches the 5 most recent chat / drawing entries from a [“Chatttr.sketchplugin”](http://chatttr.com/chatttr.sketchplugin/) room on the public chat service, [Chatttr](http://chatttr.com/). (Because of the anonymous, unmoderated nature of Chatttr some entries may be NSFW. Read [Chatttr’s About page](http://chatttr.com/about.html).) Chatttr uses the [Paper.js](http://paperjs.org/) framework to handle vector drawing so this plugin is in some respects translating Paper.js drawing Paths to Sketch ones.
If you run the plugin and don’t see any results it’s likely that no one’s used our chatroom recently, in which case you should go draw something: [http://chatttr.com/chatttr.sketchplugin](http://chatttr.com/chatttr.sketchplugin/) (All Chatttr drawings and messages expire within 24 hours.) Keep it clean please!
Sketch plugins are written in CocoaScript which is basically JavaScript with access to Cocoa frameworks and a splash of that sassy Objective C bracket syntax.