BlueGraph
BlueGraph copied to clipboard
Is the development still alive ?
Impressive tool and im considering using it to teach my students scripting
But is it still alive?
Hi Bricktop,
It's still alive, I'm just going pretty slow at it due to my day job and all. I have a handful of bug fixes and documentation I'd like to get up before calling it production ready.
Some alternatives I'd also recommend looking into:
xNode is production ready and the inspiration for a lot of the developer API in this project. They have a good amount of documentation ready and a pretty helpful community.
Unity is also building a visual scripting environment for DOTS - if you want something that already contains nodes for working with Unity objects. However, I can't say much on stability for that project since it's still in active development.
Hope this helps. If you have any other questions, don't hesitate to ask.
Thanks! Chase
im looking at xNode right now and there is a lot of things that i like but the thing that interests me most is the ability to create node scripts to run in the scene, and righ now there is some limitation to that as the scene graphs dont work with prefabs and such they are less usefull than something deriving from unity event based programming.