-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat/add-imnodes #16
base: main
Are you sure you want to change the base?
feat/add-imnodes #16
Conversation
@kaphula I you feel like it. This is a PR I abandoned at some point. The idea is basically to create an equivalent Groot2 (https://www.behaviortree.dev/groot/). Unfortunately I don't have capacity outside of work to do any major developments. If you would be interested, let me know, and we can discuss further |
I have already created the bindings for imnodes here. https://github.com/Sollimann/imnodes.rs |
Thanks, I'll keep it in mind and notify here if decide to give it a go. At the moment it looks like a bit too involved for my time schedule as well although it seems like it could be a cool addition. |
@andriyDev if you're up for the challenge and have time, feel free to pick up this PR. I abandoned it way back and haven't found the motivation and time to pick it up again. The thinking behind this PR is that we want to have a way to visualize the behavior tree in real time like Groot does https://www.behaviortree.dev/groot/. This should be optional and hidden behind a feature flag |
No description provided.