https://github.com/varuns2002/processing-sketch
Simple sketching application created using Processing.
https://github.com/varuns2002/processing-sketch
Last synced: about 1 year ago
JSON representation
Simple sketching application created using Processing.
- Host: GitHub
- URL: https://github.com/varuns2002/processing-sketch
- Owner: VarunS2002
- License: gpl-3.0
- Created: 2023-02-10T03:46:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T04:16:22.000Z (over 3 years ago)
- Last Synced: 2025-02-12T19:40:29.264Z (over 1 year ago)
- Language: Processing
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Processing-Sketch
[](https://github.com/VarunS2002/Processing-Sketch/releases/download/1.0.0/sketch_1.0.0.pde)
[](https://www.gnu.org/licenses/gpl-3.0)
Simple sketching application created using Processing.
## Requirements:
- [Processing 4.0](https://processing.org/download/)
## Features:
- Use mouse left-click to draw on the canvas
- Status bar shows the currently selected drawing options
- Possible to undo all shapes drawn on the canvas
- Available drawing options:
* Shapes:
* Freeform Line
* Straight Line
* Rectangle
* Oval
* Colours:
* Black
* Red
* Green
* Blue
* Pen Stroke Weights:
* Thin
* Medium
* Thick
- 2 input schemes to select drawing options:
* Keyboard shortcuts for all options
* Gesture shortcuts for all drawing options
## Screenshots:
- Empty Canvas:

- Drawing all shapes with different colours and stroke weights:

- Information window:

## Dependencies:
- [$1 Unistroke Recognizer](https://github.com/nok/onedollar-unistroke-recognizer) is used for recognizing gestures