Skip to content

Commit 4c7fe70

Browse files
authored
N26: Emergent AI (#813)
1 parent 8742da7 commit 4c7fe70

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

content/news/026/emergent-ai.gif

666 KB
Loading

content/news/026/index.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -726,6 +726,26 @@ the new APIs, including the new Tables API.
726726
[imgui-rs]: https://github.com/imgui-rs/imgui-rs
727727
[v0.8.0]: https://github.com/imgui-rs/imgui-rs/releases/tag/v0.8.0
728728

729+
### [Emergent AI][emergent-git]
730+
731+
![Utility AI](emergent-ai.gif)
732+
_Example of game behavior using Utility AI_
733+
734+
[Emergent AI][emergent-git] by [@PsichiX][psichix-twitter] is a new crate designed
735+
to provide modern AI solutions for games written in Rust. Its highly modularized
736+
and hierarchical architecture allows users to express a wide range of AI behaviors
737+
complexity, from small scale, to big scale, allowing user to pick proper solution
738+
to each AI problem using smaller building blocks.
739+
740+
Along with the library, there is an
741+
["Emergent AI - Smart agents and events for games"][emergent-book] book being
742+
written with goal to explain in-depth to readers how modern AI systems works and
743+
showing step by step process of how one could build them on their own.
744+
745+
[psichix-twitter]: https://twitter.com/psichix
746+
[emergent-git]: https://github.com/PsichiX/emergent/
747+
[emergent-book]: https://psichix.github.io/emergent/
748+
729749
## Popular Workgroup Issues in Github
730750

731751
<!-- Up to 10 links to interesting issues -->

0 commit comments

Comments
 (0)