emergent 1.9.0

Toolset for producing emergent gameplay for games written in Rust
Documentation
1
2
3
4
//! Helpers used to simplify building commonly used AI techniques.

pub mod behavior_tree;
pub mod lod;