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
- Host: GitHub
- URL: https://github.com/behaviorai/behavior-go
- Owner: behaviorai
- License: mit
- Created: 2020-09-05T15:36:50.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-08-09T03:09:05.000Z (almost 3 years ago)
- Last Synced: 2026-01-14T13:40:48.971Z (5 months ago)
- Topics: behavior-tree, behavior3editor, golang
- Language: Go
- Homepage:
- Size: 46.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)