behavior3 / behavior3editor

An awesome online visual editor for Behavior3 (Behavior Trees Visual Editor)
MIT License
646 stars 264 forks source link

Json schema of the behavior tree format #30

Open rpax opened 7 years ago

rpax commented 7 years ago

First of all, congrats for this project. Looks very promising.

I am writing a BT library in Java and I would like to use behavior3editor as the graphical editor for the trees. However, I have not found any reference to a formal specification of the tree format. Is there any?

Thank you very much

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/44873667-json-schema-of-the-behavior-tree-format?utm_campaign=plugin&utm_content=tracker%2F18331319&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F18331319&utm_medium=issues&utm_source=github).
Vermillionaire commented 7 years ago

Is this what you are looking for? https://github.com/renatopp/behavior3js/wiki/JSON

rpax commented 7 years ago

Yes, but defined in a more formal way: http://json-schema.org. Is it possible?

El mar., 23 de may. de 2017 17:36, Brian Vermillion < notifications@github.com> escribió:

Is this what you are looking for? https://github.com/renatopp/behavior3js/wiki/JSON

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/behavior3/behavior3editor/issues/30#issuecomment-303437842, or mute the thread https://github.com/notifications/unsubscribe-auth/AIxK9XMDUWCyPV7KUIYSJ1XEAd_apgp5ks5r8vzjgaJpZM4NRygL .

renatopp commented 7 years ago

@rpax, nops, we just have the description at the wiki. At the time I didn't know the json schema, which is a shame.