Skip to content

Commit 6113601

Browse files
committed
Newsletter 12: Add Mun
1 parent f7b6f60 commit 6113601

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

content/posts/newsletter-012/index.md

+31-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title = "This Month in Rust GameDev #12 - July 2020"
33
date = 2020-08-03
44
transparent = true
5-
draft = true
5+
draft = false
66
+++
77

88
Welcome to the twelfth issue of the Rust GameDev Workgroup’s
@@ -23,7 +23,8 @@ Feel free to send PRs about your own projects!
2323
[Rust]: https://rust-lang.org
2424
[join]: https://github.com/rust-gamedev/wg#join-the-fun
2525
[pr]: https://github.com/rust-gamedev/rust-gamedev.github.io
26-
[coordination]: https://github.com/rust-gamedev/rust-gamedev.github.io/issues?q=label%3Acoordination
26+
[coordination]:
27+
https://github.com/rust-gamedev/rust-gamedev.github.io/issues?q=label%3Acoordination
2728

2829
Table of contents:
2930

@@ -66,6 +67,34 @@ If needed, a section can be split into subsections with a "------" delimiter.
6667

6768
## Library & Tooling Updates
6869

70+
### [This Month in Mun][mun-july]
71+
72+
[![Mun logo](mun-logo.png)][Mun]
73+
74+
[Mun] is a scripting language for gamedev focused on quick iteration times
75+
that is written in Rust.
76+
77+
At the end of last month, [Rustacean Station][rustacean] released [a podcast
78+
about Mun][rustacean-mun] in which the Mun Core Team sat down with host Jeremy
79+
to talk about why they chose Rust to develop Mun. If you are interested in
80+
having an inside look into Mun's origins and evolution, we recommend you check
81+
it out - or any of Rustacean Station's other podcasts for that matter!
82+
83+
Their additional [July updates][mun-july] include:
84+
85+
- initial support for the Language Server Protocol;
86+
- a community entry for the [Make It or Break It content] of Spaceship
87+
recreated with Mun & Rust;
88+
- CLI support for creating Mun projects;
89+
- performance benchmarks and improvements;
90+
- bugfixes and improved documentation.
91+
92+
[Mun]: https://mun-lang.org
93+
[mun-july]: https://mun-lang.org/blog/2020/07/30/this-month-july
94+
[rustacean]: https://rustacean-station.org
95+
[rustacean-mun]: https://rustacean-station.org/episode/020-mun
96+
[Make It or Break It content]: https://github.com/mun-lang/mun/issues/220
97+
6998
## Popular Workgroup Issues in Github
7099

71100
<!-- Up to 10 links to interesting issues -->
3.08 KB
Loading

0 commit comments

Comments
 (0)