Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 17f3973

Browse filesBrowse files
zicklagozkriff
authored andcommitted
N15: Arsenal (rust-gamedev#318)
1 parent 2a642af commit 17f3973
Copy full SHA for 17f3973

File tree

2 files changed

+42
-0
lines changed
Filter options

2 files changed

+42
-0
lines changed
703 KB
Loading

‎content/posts/newsletter-015/index.md

Copy file name to clipboardExpand all lines: content/posts/newsletter-015/index.md
+42Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,48 @@ loadedinto a game engine.
465465
[Ogmo Editor 3]: https://ogmo-editor-3.github.io/
466466
[ogmo3-sample]: https://github.com/17cupsofcoffee/ogmo3/blob/main/examples/sample.rs
467467

468+
### [Arsenal]
469+
470+
![text logo](arsenal.png)
471+
472+
[Arsenal] is a [Blender] game engine built on Rust and the [Bevy] game engine.
473+
Arsenal's goal is to bring the ability to makes games of any scale to game
474+
developers and artists of any experience level.
475+
476+
In the last month Arsenal has gotten back into full steam development with the
477+
goal to produce an Arsenal 0.2 release that you can make simple games with.
478+
Development has focused thus far on the all-important scripting interface
479+
necessary to be able to make games without re-compiling the engine. Great
480+
progress has been made on a Bevy [pull request][bevy_dynamic_pr] to facilitate
481+
dynamic components and systems, and the first efforts have been started to
482+
leverage that functionality to enable scripting with Python.
483+
484+
Weekly Arsenal development updates are made in the [Arsenal channel] on
485+
[Katharostech.com], including the updates for this month:
486+
487+
- [Arsenal Development: Week 1 of Full Time Dev][arsenal_dev_week_1]
488+
- [Arsenal Development: Week 2 - Bevy Benchmarks][arsenal_dev_week_2]
489+
- [Arsenal Development: Week 3 - Nailing Down Dynamic ECS][arsenal_dev_week_3]
490+
- [Arsenal Development: Week 4 - Lock Free Dynamic Queries][arsenal_dev_week_4]
491+
492+
You can check the [project's workboard][arsenal-workboard],
493+
provide feedback [on the issues][arsenal-issues],
494+
and support the authors at [Github Sponsors page][arsenal-sponsors].
495+
496+
[arsenal]: https://github.com/katharostech/arsenal
497+
[blender]: https://blender.org
498+
[bevy]: https://bevyengine.org
499+
[bevy_dynamic_pr]: https://github.com/bevyengine/bevy/pull/623
500+
[katharostech.com]: https://katharostech.com
501+
[arsenal channel]: https://katharostech.com/tag/arsenal
502+
[arsenal_dev_week_1]: https://katharostech.com/post/arsenal-development-week-1-of-full-time-dev
503+
[arsenal_dev_week_2]: https://katharostech.com/post/arsenal-development-week-2-bevy-benchmarks
504+
[arsenal_dev_week_3]: https://katharostech.com/post/arsenal-development-week-3-nailing-down-dynamic
505+
[arsenal_dev_week_4]: https://katharostech.com/post/arsenal-development-week-4-lock-free-dynamic-queries
506+
[arsenal-workboard]: https://github.com/katharostech/arsenal/projects/1
507+
[arsenal-issues]: https://github.com/katharostech/arsenal/issues
508+
[arsenal-sponsors]: https://github.com/sponsors/katharostech
509+
468510
### Ajour - World of Warcraft Addon Manager
469511

470512
[![Ajour Banner](ajour-banner.jpg)][Ajour]

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.