Skip to content

Commit 331af82

Browse files
authored
N41: Add Mun (#1243)
1 parent a46f8ac commit 331af82

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

content/news/041/index.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,33 @@ For more, in pictures, see the picture book retrospective
297297
[brcg-retro]: https://drinkspiller.com/bevy-rapier-collider-gen
298298
[@shnewto]: https://github.com/shnewto
299299

300+
### [Mun v0.4.0][mun-release]
301+
302+
[![Mun logo](mun-logo.svg)][Mun]
303+
304+
[Mun] is a scripting language for gamedev focused on quick iteration times
305+
that is written in Rust.
306+
307+
The previous Mun release dates back over one and a half years. Since then -
308+
slowly but steadily - the Mun Community and Core Team have been working towards
309+
Mun v0.4.0 and it’s finally here!
310+
311+
Mun v0.4 does not only bring array support to Mun, but it also lays the
312+
groundwork for a plethora of language features that require indirect types and
313+
recursion. For a full list have a look at the [changelog][mun-changelog], but
314+
the main improvements are:
315+
316+
- Dynamically-sized arrays
317+
- Simplified function invocations from Rust
318+
- Simplified struct API for Rust
319+
- Apple M1 & experimental iOS support
320+
- Upgrade to LLVM 13
321+
- Support for runtime usage in entity component systems (ECS)
322+
323+
[Mun]: https://mun-lang.org
324+
[mun-release]: https://mun-lang.org/blog/2022/12/12/release-mun-v0-4-0/
325+
[mun-changelog]: https://github.com/mun-lang/mun/releases/tag/v0.4.0
326+
300327
## Popular Workgroup Issues in Github
301328

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

content/news/041/mun-logo.svg

Lines changed: 2 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)