From 8a8d4f2abf6fc2380a4a3ca34afdf2340fa29b46 Mon Sep 17 00:00:00 2001 From: Wodann Date: Mon, 2 Jan 2023 14:47:40 -0600 Subject: [PATCH 1/2] N41: Add Mun --- content/news/041/index.md | 27 +++++++++++++++++++++++++++ content/news/041/mun-logo.svg | 2 ++ 2 files changed, 29 insertions(+) create mode 100644 content/news/041/mun-logo.svg diff --git a/content/news/041/index.md b/content/news/041/index.md index 2bfdb5293..05c6eb2f8 100644 --- a/content/news/041/index.md +++ b/content/news/041/index.md @@ -162,6 +162,33 @@ The author also made a basic example [here][bevy-rpg-example]. [project-flara]: https://github.com/project-flara/project-flara [bevy-rpg-example]: https://github.com/project-flara/bevy-rpg/blob/main/examples/basic.rs +### [Release - Mun v0.4.0][mun-release] + +[![Mun logo](mun-logo.svg)][Mun] + +[Mun] is a scripting language for gamedev focused on quick iteration times +that is written in Rust. + +The previous Mun release dates back over one and a half years. Since then - +slowly but steadily - the Mun Community and Core Team have been working towards +Mun v0.4.0 and it’s finally here! + +Mun v0.4 does not only bring array support to Mun, but it also lays the +groundwork for a plethora of language features that require indirect types and +recursion. For a full list have a look at the [changelog][mun-changelog], but +the main improvements are: + +- Dynamically-sized arrays +- Simplified function invocations from Rust +- Simplified struct API for Rust +- Apple M1 & experimental iOS support +- Upgrade to LLVM 13 +- Support for runtime usage in entity component systems (ECS) + +[Mun]: https://mun-lang.org +[mun-release]: https://mun-lang.org/blog/2022/12/12/release-mun-v0-4-0/ +[mun-changelog]: https://github.com/mun-lang/mun/releases/tag/v0.4.0 + ## Popular Workgroup Issues in Github diff --git a/content/news/041/mun-logo.svg b/content/news/041/mun-logo.svg new file mode 100644 index 000000000..07fdc3cad --- /dev/null +++ b/content/news/041/mun-logo.svg @@ -0,0 +1,2 @@ + + From b22fd6c4e3183142f0c4893eeec7b7fcb9b1bb76 Mon Sep 17 00:00:00 2001 From: Andrey Lesnikov Date: Sat, 7 Jan 2023 19:17:39 +0400 Subject: [PATCH 2/2] N41: Mun: Smaller image --- content/news/041/mun-logo.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/news/041/mun-logo.svg b/content/news/041/mun-logo.svg index 07fdc3cad..9ce8a14de 100644 --- a/content/news/041/mun-logo.svg +++ b/content/news/041/mun-logo.svg @@ -1,2 +1,2 @@ - +