diff --git a/content/news/026/emergent-ai.gif b/content/news/026/emergent-ai.gif new file mode 100644 index 000000000..5757c5d80 Binary files /dev/null and b/content/news/026/emergent-ai.gif differ diff --git a/content/news/026/index.md b/content/news/026/index.md index 0ebf17311..b09de638e 100644 --- a/content/news/026/index.md +++ b/content/news/026/index.md @@ -726,6 +726,26 @@ the new APIs, including the new Tables API. [imgui-rs]: https://github.com/imgui-rs/imgui-rs [v0.8.0]: https://github.com/imgui-rs/imgui-rs/releases/tag/v0.8.0 +### [Emergent AI][emergent-git] + +![Utility AI](emergent-ai.gif) +_Example of game behavior using Utility AI_ + +[Emergent AI][emergent-git] by [@PsichiX][psichix-twitter] is a new crate designed +to provide modern AI solutions for games written in Rust. Its highly modularized +and hierarchical architecture allows users to express a wide range of AI behaviors +complexity, from small scale, to big scale, allowing user to pick proper solution +to each AI problem using smaller building blocks. + +Along with the library, there is an +["Emergent AI - Smart agents and events for games"][emergent-book] book being +written with goal to explain in-depth to readers how modern AI systems works and +showing step by step process of how one could build them on their own. + +[psichix-twitter]: https://twitter.com/psichix +[emergent-git]: https://github.com/PsichiX/emergent/ +[emergent-book]: https://psichix.github.io/emergent/ + ## Popular Workgroup Issues in Github