Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamjosephmj/javascriptsimplepaintapp
https://github.com/iamjosephmj/javascriptsimplepaintapp
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/iamjosephmj/javascriptsimplepaintapp
- Owner: iamjosephmj
- Created: 2018-02-02T07:33:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-02T07:52:13.000Z (almost 7 years ago)
- Last Synced: 2024-01-18T13:27:22.085Z (10 months ago)
- Language: JavaScript
- Size: 495 KB
- Stars: 7
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JavaScriptSimplePaintApp
Application is written using Plain JavaScript & HTML - no third party libraries like KineticJS or jQuery is used.
------------------------------------------------------------------------------------------------------------------------Description:
------------ Simple Paint App using HTML5 Canvas Element that lets users to draw Triangles on the canvas by clicking & dragging the mouse like in Windows Paint App
- Size of Triangles should depend on how much the user drags the mouse.
- Automatically fills each Triangle with a different color
- Added a clear / reset button that clears the canvas
- Added feature to drag Triangles using Mouse
- If the mouse is being dragged on an existing Triangle, drag the same or else create a new one.
- Double clicking on a Triangle should delete the same.