diff --git a/content/posts/newsletter-017/egregoria.jpg b/content/posts/newsletter-017/egregoria.jpg new file mode 100644 index 000000000..43f487eae Binary files /dev/null and b/content/posts/newsletter-017/egregoria.jpg differ diff --git a/content/posts/newsletter-017/index.md b/content/posts/newsletter-017/index.md index 38d7d3bd0..d83965071 100644 --- a/content/posts/newsletter-017/index.md +++ b/content/posts/newsletter-017/index.md @@ -112,6 +112,28 @@ the [2021 roadmap](abstreet-roadmap). [santa-code]: https://github.com/dabreegster/abstreet/tree/master/santa/src/ [abstreet-roadmap]: https://docs.google.com/document/d/1oV4mdtb0ve-wf0HqbEvR9IwXLIkTeDu8a3UnJxnr2F0/edit?usp=sharing +### [Egregoria] + +![Egregoria farm and flour factory at night](egregoria.jpg) + +[Egregoria]'s objective is to become a granular society simulation, +filled with fully autonomous agents interacting with their world in real time. +The city should evolve by itself and form interesting patterns. + +The [7th devlog][egregoria-blog-post] was published. Celebrating the first +anniversary of the project! Updates include: + +- A summary of Egregoria's progress and ambition. +- Music and sounds. +- Basic economy design. +- A specialized gridlock detection algorithm. + +Join [Egregoria's Discord server][egregoria-discord]. + +[Egregoria]: https://github.com/Uriopass/Egregoria +[egregoria-blog-post]: http://douady.paris/blog/egregoria_7.html +[egregoria-discord]: https://discord.gg/CAaZhUJ + ## Learning Material Updates ### [How to Revive a Dead Rust Project][rustfest-talk]