Hi
I’m excited to share a personal project I’ve been working on: FSM-Editor.
I often found managing complex character animation transitions through code alone to be quite challenging.
To solve this, I built a visual editor that syncs a node-based graph with the Babylon in real-time
Check out the short intro video on my channel below
Features like Export, Parameters, and Conditions are still a work-in-progress and not quite finished yet,
but feel free to dive into the code in my repository if you’re curious!
I am working on an editor that uses a plugin eco-system to import systems like you have designed into its context to work with its ECS and runtime libs. This week I was planning on doing animations and other things, but now that I see this was wondering if its ok if I write a wrapper for your codebase to pass it into the plugins of my system and use it as an optional package you can use? I’ve never tried to do it with another authors work so this would be a good learning process for me if you are cool with that.
Sorry for the late reply
That sounds like a really interesting idea.
I’d be totally fine with you building a wrapper around the codebase and integrating it into your plugin system as an optional package.
BTW, I’ve seen a lot of your posts and work on the forum—really impressive stuff!