Skip to content
behaviac is a framework of the game AI development, and it also can be used as a rapid game prototype design tool. behaviac supports the behavior tree, finite state machine and hierarchical task network(BT, FSM, HTN)
C# C++ C Makefile CMake HTML
Branch: master
Clone or download

Latest commit

jonygli Merge pull request #87 from anders007/master
bool vector operator [] crash
Latest commit a280fe2 Aug 14, 2019

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
build Update the version to 3.6.39 Sep 12, 2017
docs Update the version to 3.6.39 Sep 12, 2017
inc/behaviac Merge pull request #87 from anders007/master Aug 14, 2019
integration demo_running using .net framework 4 and CancellationToken Aug 21, 2018
projects Update the version to 3.6.39 Sep 12, 2017
src mutex bug Dec 26, 2018
test Update the version to 3.6.39 Sep 12, 2017
tools/designer Fix wait node bug(C#) May 17, 2018
tutorials Merge pull request #25 from lfeng1420/patch-1 Mar 17, 2018
BUILD.md 3.6.18 Feb 22, 2017
CMakeLists.txt Update the version to 3.6.39 Sep 12, 2017
README.md Update README.md Mar 12, 2018
history.txt Update the version to 3.6.39 Sep 12, 2017
license.txt 3.6.18 Feb 22, 2017
version.txt Update the version to 3.6.39 Sep 12, 2017

README.md

License Release Version Updates PRs Welcome

访问http://www.behaviac.com/获取文档,教程,API,FAQ,源码,下载等一切相关资料

  • behaviac是游戏AI的开发框架组件,也是游戏原型的快速设计工具
  • 支持行为树BT,状态机FSM,HTN等多种范式
  • 方便的编辑,实时和离线调试
  • 支持全平台,适用于客户端和服务器,助力游戏快速迭代开发
  • 官方网站是文档,教程,API,FAQ,源码,下载等一切的入口
  • 您可以加入我们的QQ群433547396获得即时的帮助或者信息反馈。
  • BehaviacSetup*.exe是安装包,内含可执行的编辑器及示例。如需要自行构建,需要去官方网站github behaviac下载或克隆源码,然后可以访问build获取构建帮助

Visist http://www.behaviac.com/ for documents, tutorials, FAQs and all other information

  • behaviac is a framework of the game AI development, and it also can be used as a rapid game prototype design tool
  • behaviac supports the behavior tree, finite state machine and hierarchical task network
  • Behaviors can be designed and debugged in the designer, exported and executed by the game
  • The designer can only run on the Windows platforms, The run time library is implemented with C++ and C#, and it supports all major platforms (Windows, Linux, Android, iOS, Unity etc.) and Unity.
  • The C++ version is suitable for the client and server side.
  • Website for documents, tutorials, API,FAQ,source code, downloads,etc.
  • BehaviacSetup*.exe is the setup package with the binary editor and demo executable. You can download/clone the source code from github behaviac
You can’t perform that action at this time.