An open API service indexing awesome lists of open source software.

https://github.com/behaviorai/behavior-go

behavior tree implemented with golang
https://github.com/behaviorai/behavior-go

behavior-tree behavior3editor golang

Last synced: 4 months ago
JSON representation

behavior tree implemented with golang

Awesome Lists containing this project

README

          

# behavior

Full feature behavior tree implemented with golang, with support for custom nodes.

The author is not native english speaker, thus you are welcome to add english comments and wiki.

## Usage

Custom `Node`(`action`|`composite`|`decorator`|`condition`) should be registered before use. Check `loader/loader.go` for example.

TODO:

- [x]sample
- [x]doc

## editor recommended:

[behavior3editor](https://github.com/behavior3/behavior3editor)