Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

N15: Arsenal #318

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Binary file added content/posts/newsletter-015/arsenal.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions content/posts/newsletter-015/index.md
Expand Up @@ -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

<!-- Up to 10 links to interesting issues -->
Expand Down