Create Animated Vector graphic Scenes
It's not tied to any gadget so it can be technically used for any vector surface
you can have multiple scenes on a surface, like tab pages or views
zoom and pan a scene (right click move mouse and wheel)
pick and move objects (left down move mouse)
pick and scale object (not shown)
set objects visible / not visible (not shown)
Modify, Add or remove elements from objects dynamically at runtime via callbacks
objects are a runtime display lists of drawing instructions so all the parameters are modifiable at runtime
Assign animations on events (not shown)
You will be able to use it to design elements of a UI and edit it live
Things to come
parametric primitives so they can be shape morphed like circle to star, circle to heart
Save and restore to json and export the code and maybe if I get tricky export as binary to a data section and execute it from memory.
I'm still working out the structure and event propagation which isn't sorted yet so this is very much a WIP
https://atomicwebserver.com/AVGSceneGraph.pbi

https://atomicwebserver.com/avgscenegraph.mp4