2
2
title = " This Month in Rust GameDev #12 - July 2020"
3
3
date = 2020-08-03
4
4
transparent = true
5
- draft = true
5
+ draft = false
6
6
+++
7
7
8
8
Welcome to the twelfth issue of the Rust GameDev Workgroup’s
@@ -23,7 +23,8 @@ Feel free to send PRs about your own projects!
23
23
[ Rust ] : https://rust-lang.org
24
24
[ join ] : https://github.com/rust-gamedev/wg#join-the-fun
25
25
[ 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
27
28
28
29
Table of contents:
29
30
@@ -66,6 +67,34 @@ If needed, a section can be split into subsections with a "------" delimiter.
66
67
67
68
## Library & Tooling Updates
68
69
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
+
69
98
## Popular Workgroup Issues in Github
70
99
71
100
<!-- Up to 10 links to interesting issues -->
0 commit comments