bonsai icon indicating copy to clipboard operation
bonsai copied to clipboard

Rust implementation of AI behavior trees.

Results 2 bonsai issues
Sort by recently updated
recently updated
newest added

I hope that this kind of feature is added. 1. Register some function to the bonsai bt. ``` fn check_sleep(..) -> (Status, f64) { if monster.is_slept() { return (Running, 0.0)...