Tree - ContextFreeArtAS3
somebody please optimize this code!
source code: http://github.com/mash/ContextFreeArt-AS3
This software is a port of ContextFree.js to Actionscript3.
Context Free Art is http://www.contextfreeart.org/index.html
ContextFree.js is http://code.google.com/p/contextfree/
some hints about implementation for improvement
ContextFree is a combination of resized primitive shapes:
Circle, Square, Triangle
in this implementation, every primitive shapes are
"children" of "ContextFreeArt",
which makes it slow to "addChild" and render
after there's already plenty of children.
I thought it would be faster if we draw each primitive when needed,
but bitmaps quality drops when resized
誰か最適化してちょうだい!
ContextFreeはprimitiveな円と四角と三角形の組み合わせです
今の実装では、ContextFreeにどんどんaddChildしていくので
大量にaddChildした後にだんだんパフォーマンスが落ちていきます..
必要な時にbitmapdata.drawしていけばよいのでしょうが
リサイズ時に画質劣化が激しいので厳しいのでは,,(今ココ
- forked:5
- favorite:27
- lines:623
- license : MIT License
- modified : 2010-03-10 13:00:11
nitoyon
:
ContextFree のコードを AS3 でパース&描画。
matacat
:
育毛促進!
- forked:1
- favorite:5
- lines:674 (diff:78)
- tag:
forked from: Tree - ContextFre..
- forked:2
- favorite:19
- lines:610 (diff:32)
- tag:


