Closed TodePond closed 1 year ago
Or alternatively: could it be possible and simpler to just make multiple stages if you need to do this?? maybe support both?
If you're making multiple layers by making multiple stages, the order of creation would affect the order of layers, which doesn't feel great. And I guess you might want to just have one stage to make sure that the layers are in sync
Let's group up #87 and #91 in this too
Actually I'll do those separately.
I've added an html layer now!
Stage should have the ability to have multiple layers. Currently it's just one 2D context canvas. But it could also have additional layers of the same type. And layers could also be different modes, like HTML, webgl, svg, etc...
Default layers (which is what stage currently is):
Multiple 2d context layers:
Mixed layers:
This issue is related to #61 #16