22title = " This Month in Rust GameDev #12 - July 2020"
33date = 2020-08-03
44transparent = true
5- draft = true
5+ draft = false
66+++
77
88Welcome 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
2829Table 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 -->
0 commit comments