https://github.com/manjav/haxe-graffiti-drawing-lib
Openfl Bitmap Drawing Library
https://github.com/manjav/haxe-graffiti-drawing-lib
bitmap drawing haxe openfl
Last synced: 4 months ago
JSON representation
Openfl Bitmap Drawing Library
- Host: GitHub
- URL: https://github.com/manjav/haxe-graffiti-drawing-lib
- Owner: manjav
- Created: 2017-04-09T09:41:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-12T07:26:43.000Z (about 9 years ago)
- Last Synced: 2025-09-01T03:47:53.397Z (10 months ago)
- Topics: bitmap, drawing, haxe, openfl
- Language: Haxe
- Homepage:
- Size: 92.8 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## INCOMPLETE
# Graffiti: Openfl Bitmap Drawing Library
**Version 3.0.3**
The Graffiti Openfl Bitmap Drawing Library is designed for Haxe developers to easily integrate drawing functionality into a Flash, Windows, Mac Os, Android or iOs platforms.
## Features
* You choose the size of the Drawing Canvas.
* Add a Vector or Bitmap image above or below the drawing area.
* Keep a drawing history allowing undo and redo.
* Brush Tool with 7 different Brush shapes.
* Built in zoom functionality including ability to drag an obscured canvas with the mouse.
* Brush Tool supports blurring.
* Drawing Tools have support for transparent colors.
* Line Tool with 3 types of lines, SOLID, DASHED and DOTTED
* Shape Tool with RECTANGLE, SQUARE, OVAL and CIRCLE
* Fill Bucket Tool
* Text Tool
* Get color value for a point on the drawing.
* Easily retrieve drawing data to use with your favorite image encoder.
* UI independent code that fits invisibly into any project.
More information can be found at
## Documentation
[Online AS Docs](http://www.nocircleno.com/graffiti/docs/3.0/ "Online AS Docs")