Michael Reed
Michael Reed
Can it output 'anything' that might tell us what sort of native instruction would get produced? Not looking for exact answer, but any form of annotated ASM-like commands would tell...
At the time of writing, it appears that File and ArtboardInstance already have finalizers, but LinearAnimationInstance and StateMachineInstance did not. Did not review any misc object types (e.g. AABB, Vec2D,...
Today we return some objects that have bare back-pointers to other objects. This is fragile, and can allow a sloppy client to accidentally delete the parent object, but still try...
Exploration for FFI bindings
Can we offer an API that is optimized for the "just play the right thing" client? 1. Get the file bytes 2. Create the "default" scene 3. go This is...
Trying to clarify differing ownerships between Artboard and ArtboardInstance...