- Forked from:
- nutsu's forked from: Tree - ContextFreeArtAS3
faster Tree - ContextFreeArtAS3
do the same as what nutsu has done using frocessing
but without using frocessing
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:4
- favorite:13
- lines:647
- license : MIT License
- modified : 2010-03-13 19:34:19
trees
- forked:3
- favorite:3
- lines:655 (diff:24)
- tag:


