• Profile picture of Vince the Animator

    Vince the Animator 2022-10-29 19:58:55 UTC

    Short term roadmap:
    1. Create stickfigure class
    2. Render all instantiated stickfigure objects to the canvas
    3. Allow instantiation of stickfigure class from .json
    4. Implement in app .nodes -> .json conversion
    5. Add “Open Stickfigure” submenu under “File” menu, which converts .nodes -> .json under the hood then instantiates an instance of the Stickfigure class.
    6. Add “Save Stickfigure As…” submenu under “File” menu, which allows you to save the firstly instantiated stickfigure (I’ll add the ability to choose which stickfigure to save later).
    7. Create plugin API, UI, and controls (needs to be broken up into sub-steps once I get here)
    8. Create the base plugins that will be bundled with Open Nodes.

    I did this in-between sets at the gym, so all these steps are definitely subject to change. I was pretty much just brainstorming.

    4