• Profile picture of Vince the Animator

    Vince the Animator 2022-11-05 20:16:06 UTC

    Btw, I didn’t have time to post about it before now. Here’s a screenshot of the first ever stickfigure rendered by Open Nodes:

    Basically, each stickfigure will be composed of a hierarchy of PIXI.Graphics objects to make up each node. The root node of that hierarchy (and by extension all child nodes) will be added to the PIXI.Stage upon initialization of its corresponding Stickfigure object.

    The image above is just a hardcoded PIXI.Graphics hierarchy (just 1 purple rectangle Graphics object), but the next step is to dynamically construct these Graphics objects based on actual node data.

    10