Skip to content

Commit 7a412e1

Browse files
committed
Add Arsenal Development
1 parent 61aabc9 commit 7a412e1

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed
703 KB
Loading

content/posts/newsletter-015/index.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,44 @@ If needed, a section can be split into subsections with a "------" delimiter.
6464

6565
## Library & Tooling Updates
6666

67+
### [Arsenal]
68+
69+
![Arsenal Engine](./arsenal.png)
70+
71+
Arsenal is a [Blender] game engine built on Rust and the [Bevy] game engine.
72+
Arsenal's goal is to bring the ability to makes games of any scale to game
73+
developers and artists of any experience level.
74+
75+
In the last month Arsenal has gotten back into full steam development with the
76+
goal to produce an Arsenal 0.2 release that you can make simple games with.
77+
Development has focused thus far on the all-important scripting interface
78+
necessary to be able to make games without re-compiling the engine. Great
79+
progress has been made on a Bevy [pull request][bevy_dynamic_pr] to facilitate
80+
dynamic components and systems, and the first efforts have been started to
81+
leverage that functionality to enable scripting with Python.
82+
83+
Weekly Arsenal development updates are made in the [Arsenal channel] on
84+
[Katharostech.com], including the updates for this month:
85+
86+
- [Arsenal Development: Week 1 of Full Time Dev][arsenal_dev_week_1]
87+
- [Arsenal Development: Week 2 - Bevy Benchmarks][arsenal_dev_week_2]
88+
- [Arsenal Development: Week 3 - Nailing Down Dynamic ECS][arsenal_dev_week_3]
89+
90+
_Links:
91+
[GitHub Sponsors](https://github.com/sponsors/katharostech),
92+
[GitHub Issues](https://github.com/katharostech/arsenal/issues),
93+
[Project Workboard](https://github.com/katharostech/arsenal/projects/1)_
94+
95+
[arsenal]: https://github.com/katharostech/arsenal
96+
[blender]: https://blender.org
97+
[bevy]: https://bevyengine.org
98+
[bevy_dynamic_pr]: https://github.com/bevyengine/bevy/pull/623
99+
[katharostech.com]: https://katharostech.com
100+
[arsenal channel]: https://katharostech.com/tag/arsenal
101+
[arsenal_dev_week_1]: https://katharostech.com/post/arsenal-development-week-1-of-full-time-dev
102+
[arsenal_dev_week_2]: https://katharostech.com/post/arsenal-development-week-2-bevy-benchmarks
103+
[arsenal_dev_week_3]: https://katharostech.com/post/arsenal-development-week-3-nailing-down-dynamic
104+
67105
## Popular Workgroup Issues in Github
68106

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

0 commit comments

Comments
 (0)