diff --git a/content/posts/newsletter-015/arsenal.png b/content/posts/newsletter-015/arsenal.png new file mode 100644 index 000000000..6ef76a7f6 Binary files /dev/null and b/content/posts/newsletter-015/arsenal.png differ diff --git a/content/posts/newsletter-015/index.md b/content/posts/newsletter-015/index.md index 1edad460f..9afed37f0 100644 --- a/content/posts/newsletter-015/index.md +++ b/content/posts/newsletter-015/index.md @@ -64,6 +64,46 @@ If needed, a section can be split into subsections with a "------" delimiter. ## Library & Tooling Updates +### [Arsenal] + +![Arsenal Engine](./arsenal.png) + +Arsenal is a [Blender] game engine built on Rust and the [Bevy] game engine. +Arsenal's goal is to bring the ability to makes games of any scale to game +developers and artists of any experience level. + +In the last month Arsenal has gotten back into full steam development with the +goal to produce an Arsenal 0.2 release that you can make simple games with. +Development has focused thus far on the all-important scripting interface +necessary to be able to make games without re-compiling the engine. Great +progress has been made on a Bevy [pull request][bevy_dynamic_pr] to facilitate +dynamic components and systems, and the first efforts have been started to +leverage that functionality to enable scripting with Python. + +Weekly Arsenal development updates are made in the [Arsenal channel] on +[Katharostech.com], including the updates for this month: + +- [Arsenal Development: Week 1 of Full Time Dev][arsenal_dev_week_1] +- [Arsenal Development: Week 2 - Bevy Benchmarks][arsenal_dev_week_2] +- [Arsenal Development: Week 3 - Nailing Down Dynamic ECS][arsenal_dev_week_3] +- [Arsenal Development: Week 4 - Lock Free Dynamic Queries][arsenal_dev_week_4] + +_Links: +[GitHub Sponsors](https://github.com/sponsors/katharostech), +[GitHub Issues](https://github.com/katharostech/arsenal/issues), +[Project Workboard](https://github.com/katharostech/arsenal/projects/1)_ + +[arsenal]: https://github.com/katharostech/arsenal +[blender]: https://blender.org +[bevy]: https://bevyengine.org +[bevy_dynamic_pr]: https://github.com/bevyengine/bevy/pull/623 +[katharostech.com]: https://katharostech.com +[arsenal channel]: https://katharostech.com/tag/arsenal +[arsenal_dev_week_1]: https://katharostech.com/post/arsenal-development-week-1-of-full-time-dev +[arsenal_dev_week_2]: https://katharostech.com/post/arsenal-development-week-2-bevy-benchmarks +[arsenal_dev_week_3]: https://katharostech.com/post/arsenal-development-week-3-nailing-down-dynamic +[arsenal_dev_week_4]: https://katharostech.com/post/arsenal-development-week-4-lock-free-dynamic-queries + ## Popular Workgroup Issues in Github