phetsims / scenery

Scenery is an HTML5 scene graph.
http://scenerystack.org/
MIT License
56 stars 12 forks source link

Investigate allowing constructing a drawable tree without nodes #402

Open jonathanolson opened 9 years ago

jonathanolson commented 9 years ago

This would help for independent testing (like WebGL) where a Node/Instance tree and running stitches/sync is not necessary. Additionally, it would decrease coupling and hopefully make things easier to understand.

Additionally, we could potentially allow manually inserting drawable trees in as a node (DrawableNode?), that would allow custom overrides.

This would also include the need to better clean up and document the Drawable APIs, and may require separation of logic for certain types of renderers.

jonathanolson commented 9 years ago

Dropped to medium priority.