3 releases

Uses old Rust 2015

0.1.2 Sep 28, 2018
0.1.1 Sep 27, 2018
0.1.0 Sep 27, 2018

#2258 in Algorithms

Download history 6/week @ 2024-02-18 24/week @ 2024-02-25 3/week @ 2024-03-03 6/week @ 2024-03-10 1/week @ 2024-03-17 45/week @ 2024-03-31

53 downloads per month
Used in 2 crates

MIT/Apache

44KB
947 lines

StackBT

This set of crates is intended as a basic library on to of which to implement game AIs on top of. It contains just the basics: automata, state machines, behavior tree nodes, and enough wrappers and glue to stick them together how you want, along with a small bit of macro assistance.

This project is also targeting inclusion with or alongside Amethyst and Specs. Policies, practices, and such will be exported from that project as the need arises.

StackBT is kind of an artifact name. Once upon a time it was intended as a behavior tree built upon stackful coroutines, but discussions about the design convinced me that this was too heavyweight for game AI tasks, so it was reduced in scope and ambition.

License

StackBT is free and open source software distributed under the terms of both the MIT License and the Apache License 2.0.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

No runtime deps

Features