Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benrhodes/graffiti-as3-drawing-lib-touch
ActionScript 3 Drawing library made for touch devices.
https://github.com/benrhodes/graffiti-as3-drawing-lib-touch
Last synced: about 2 months ago
JSON representation
ActionScript 3 Drawing library made for touch devices.
- Host: GitHub
- URL: https://github.com/benrhodes/graffiti-as3-drawing-lib-touch
- Owner: benrhodes
- License: mit
- Created: 2013-03-25T10:34:23.000Z (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2021-03-30T13:19:27.000Z (almost 4 years ago)
- Last Synced: 2024-08-03T05:01:57.076Z (5 months ago)
- Language: ActionScript
- Size: 458 KB
- Stars: 38
- Watchers: 12
- Forks: 14
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE.txt
Awesome Lists containing this project
- awesome-actionscript-sorted - graffiti-as3-drawing-lib-touch - ActionScript 3 Drawing library made for touch devices. (User Interface / Gestures)
README
# This code is no longer maintained now that Flash is just a good memory
# Graffiti Touch: ActionScript 3 Bitmap Drawing Library
**Version 0.2.1**The Graffiti Touch is a multi-touch drawing library designed for mobile. It has been rewritten from the ground up for performance and scalability. Integrate drawing functionality in Mobile Air project today.
## Features
* You choose the size of the Drawing Canvas.
* Optimized for Mobile
* Support for multi-touch drawing.
* Add a Vector or Bitmap image above or below the drawing area.
* Brush Tool with 7 different Brush shapes.
* Drawing Tools have support for transparent colors.
* Easily retrieve drawing data to use with your favorite image encoder.
* UI independent code that fits invisibly into any project.## Release Notes:
* 0.2.1 - Fixed, brush erase mode now works.
* 0.2.0 - Added Fill Color method. Added method to get direct reference to internal BitmapData of your drawing.
* 0.1.0 - Initial Release