Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lewdry/drawstring
A simple sketchpad.
https://github.com/lewdry/drawstring
drawstring simple sketch
Last synced: 12 days ago
JSON representation
A simple sketchpad.
- Host: GitHub
- URL: https://github.com/lewdry/drawstring
- Owner: lewdry
- Created: 2024-08-31T05:12:36.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T01:24:57.000Z (3 months ago)
- Last Synced: 2024-11-12T05:08:30.935Z (2 months ago)
- Topics: drawstring, simple, sketch
- Language: JavaScript
- Homepage: https://lewdry.github.io/drawstring/
- Size: 168 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Drawstring โ๏ธ๐งถ
Drawstring is a simple sketchpad.## Features
* tap or click to start drawing.
* double-tap to clear the page.
* multi-touch support:
* draw with upto five fingers simulataneously on iPhone.
* draw with upto eleven fingers (perhaps ten fingers and a nose?) on iPad.
* hassle free, no settings or menus.## Use Cases
* ephemeral drawing.
* impromptu tic-tac-toe, hangman or other pen-based pasttimes when you don't have a pen.
* writing messages to a loved one in a noisy environment (or perfect vacuum).## Philosophy
Drawstring is intentionally simple (of course I would say that). For example, you can draw with 50 colours in only 51 clicks.## Saving Your Drawings
Drawstring has no built-in save feature. You can save your creations by taking a screenshot on your device.## Technical Info
* Built in plain old javascript
* Hosted freely on github pagesDraw here: https://lewdry.github.io/drawstring/
@lewdry