Sketchy/README.md

65 lines
1.5 KiB
Markdown
Raw Permalink Normal View History

2014-02-07 12:40:26 +00:00
Sketchy
=======
2013-12-17 11:51:46 +00:00
2014-02-19 21:36:39 +00:00
Free Sketch / Paint application for Firefox with a lot of features.
2014-02-07 12:40:26 +00:00
Key features:
* Different types of brushes
* Customizable brushes
* Colorpicker
* Unlimited Undo/Redo
2014-02-19 21:36:39 +00:00
* Save your sketch to sdcard / PC
* Save your sketch as a "Sketchy Project" and edit it later
* Different shapes ( Circle, Rectangle, Square, Triangle )
* Fill / Stroke
2014-02-07 12:40:26 +00:00
New features are coming soon! Contact and tell us what feature you would like to see in next version ( you can make an issue ).
2014-11-06 09:52:08 +00:00
Found a bug? Make an issue and I'll fix it as soon as possible.
2014-02-07 12:40:26 +00:00
2014-11-06 09:52:08 +00:00
Web version: https://mdibaiee.github.io/Sketchy/build/web/
2014-02-07 13:06:38 +00:00
2014-02-07 12:42:18 +00:00
Firefox Marketplace: https://marketplace.firefox.com/app/sketchy/
2014-02-19 21:36:39 +00:00
Start
=====
To start working on:
git clone https://github.com/mdibaiee/Sketchy
cd Sketchy
npm install
grunt
Sketchy will be built to "build" folder, you can run `grunt watch` to automatically re-run tasks when you modify files.
2014-11-06 09:52:08 +00:00
Known Issues
============
* Memory leak
2014-02-07 12:42:18 +00:00
Changelog
=========
2014-02-09 15:38:14 +00:00
**1.2**
2014-02-21 13:33:13 +00:00
* Added an option to save sketches as a project, so they are editable later
2014-02-16 14:37:54 +00:00
* Added an option to change board's color ( Background )
* Added Shapes (Circle, Rectangle, Square, Triangle)
2014-02-21 13:33:13 +00:00
* Added Fill/Stroke option for Lines and Shapes )
2014-02-16 14:37:54 +00:00
* Made Line Join working ( was disabled in version 1.1 )
2014-02-09 15:38:14 +00:00
2014-02-07 12:42:18 +00:00
**1.1**
* Added "About"
* No load-time for Mobile
* Added preloader for images
2014-02-07 14:00:34 +00:00
* Fixed low lineWidth for sketches rendering invisible in Chrome
* Fixed background settings not applying ( save )
2014-02-07 15:05:58 +00:00
* Fixed Email link not working on Mobile
2014-02-07 13:04:53 +00:00
License
=======
GPL v2
2014-02-07 13:06:38 +00:00
2014-02-07 13:04:53 +00:00
Copyright (C) 2014 Mahdi Dibaiee