F2C
|
|
Screenshots
Detail
Extract the static vector shapes in .swf to JavaScript Canvas code of HTML5. Designed for HTML5 Canvas programmers, so the basic understanding of HTML5 Canvas is required.
Important Notes:
Only static vector shapes are supported so far, which means:
1. Any shape filled by bitmapped image is not supported yet.(You’ll get an empty image)
2. Morphing shapes are not supported yet.
Features:
1. Generate the canvas drawing objects directly from the .swf file.
2. Preview the generated object drawing in Webkit.
3. WYSWYG authoring.
4. Export/Import the objects to/from .js
Generated object sample:
F2CCast = {
F2CActor3 : {
width : 95,
height : 95,
shapeOriginX : 0,
shapeOriginY : 0,
draw : function (ctx, anchorX, anchorY) {
if (!anchorX) anchorX = 0;
if (!anchorY) anchorY = 0;
with(ctx) { /* ---- Canvas Drawing Start ---- */
save();
translate(this.shapeOriginX - anchorX, this.shapeOriginY - anchorY);
beginPath();
moveTo(0.000, 0.000);
Important Notes:
Only static vector shapes are supported so far, which means:
1. Any shape filled by bitmapped image is not supported yet.(You’ll get an empty image)
2. Morphing shapes are not supported yet.
Features:
1. Generate the canvas drawing objects directly from the .swf file.
2. Preview the generated object drawing in Webkit.
3. WYSWYG authoring.
4. Export/Import the objects to/from .js
Generated object sample:
F2CCast = {
F2CActor3 : {
width : 95,
height : 95,
shapeOriginX : 0,
shapeOriginY : 0,
draw : function (ctx, anchorX, anchorY) {
if (!anchorX) anchorX = 0;
if (!anchorY) anchorY = 0;
with(ctx) { /* ---- Canvas Drawing Start ---- */
save();
translate(this.shapeOriginX - anchorX, this.shapeOriginY - anchorY);
beginPath();
moveTo(0.000, 0.000);
Other Apps by Shuho Chou
Current Price: $9.99 (2012/08/12)
Price Change (up to 2012/08/12)
850円 (2012/04/07〜)
0円 (2011/08/25〜)
85円 (2011/07/30〜)
500円 (2011/07/14〜)
115円 (2011/06/14〜)
230円 (2011/06/11〜)
1200円 (2011/03/16〜)
1000円 (2011/03/09〜)
1200円 (2011/02/28〜)
0円 (2011/08/25〜)
85円 (2011/07/30〜)
500円 (2011/07/14〜)
115円 (2011/06/14〜)
230円 (2011/06/11〜)
1200円 (2011/03/16〜)
1000円 (2011/03/09〜)
1200円 (2011/02/28〜)
Infromation Related to this App
Subclassification By Mac App Search