gamai 0.1.39

Modular task switching library suitable for Game AI and Robotics.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// use gamai::prelude::*;
use sweet::*;

#[sweet_test]
pub fn works() -> Result<()> {
	// let variants = BuiltinNodes::get_node_struct_variants();
	// let _names = variants.iter().map(|v| v.name()).collect::<Vec<_>>();
	// println!("{:?}", names);
	// expect(true).to_be_false()?;

	Ok(())
}