|
|
|
|
|
by gb
5944 days ago
|
|
It depends what side of it you're trying to do, just getting a tree structure of Sprite-like things working is actually quite easy - canvas' drawing transform stack is ideal for resolving the nested transforms for each shape. The trickier part is re-rendering the smallest region of canvas possible when you do change part of the display list. Maybe I should post a link to my stuff when I get around to working on it some more! |
|
Having said that, if you do have something along these lines I would love to hear about it.