Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tadast/canver
A paint app for touch-screen devices
https://github.com/tadast/canver
Last synced: 15 days ago
JSON representation
A paint app for touch-screen devices
- Host: GitHub
- URL: https://github.com/tadast/canver
- Owner: tadast
- Created: 2012-03-24T23:51:33.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T11:34:17.000Z (over 1 year ago)
- Last Synced: 2024-10-03T20:21:31.197Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://tadast.github.com/canver
- Size: 156 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Canver
Canver is a paint application. It was developed for iPads, but should work (more or less) on any touchscreen device.
You can [try it live here.](http://codeme.lt/canver)It is just a simple client-side application based on HTML5 canvas, written purely in HTML, JavaScript and CSS.
## Home Screen
For iOS devices, it is recommended to add Canver to Home Screen: then it feels more like a native app and works on full-screen.
### Development
```
> git clone [email protected]:tadast/canver.git
> cd canver
```### Tests
You'll need ruby and Bundler to run the tests. First, run `bundle install`. Once it's finished, run `bundle exec rake jasmine` and open the url provided by jasmine to run the tests. If you add any new files, make sure they are captured by the configuration file in `spec/javascripts/support/jasmine.yml` and `watch` file.
### Known Issues
* Does not support device orientation change.
* Does not support image saving when added to Home Screen.
* View is broken on smaller screens e.g. iPhone.### Features
![Canver's features](http://i.imgur.com/Mk09C.png)
http://i.imgur.com/SsSlK.png
http://i.imgur.com/1ziuR.png
http://i.imgur.com/kpdRw.jpg