Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions content/posts/newsletter-010/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,30 @@ Crate's repo has few examples with nearly each line of the code explained.

[Goods]: https://crates.io/crates/goods

### [This Month in Mun][mun-may]

[![Mun logo](mun-logo.png)][Mun]

[Mun] is a scripting language for gamedev focused on quick iteration times
that is written in Rust.

After half a year of hard work by the Mun Community and Core Team,
[Mun v0.2.0 was released][mun-release].
With the addition of hot reloadable structs, this
forms a big step forward in terms of hot reloadability for the language.

Their additional [May updates][mun-may] include:

- number type inferencing;
- removing generic `float`, `int`, and `uint` types;
- updating the Mun book;
- an official VSCode plugin for Mun syntax highlighting;
- documentation fixes and improvements.

[Mun]: https://mun-lang.org
[mun-release]: https://mun-lang.org/blog/2020/05/16/release-mun-v0-2-0
[mun-may]: https://mun-lang.org/blog/2020/05/31/this-month-may

### [Tetra 0.3.6][tetra-036]

[Tetra] is a simple 2D game framework, inspired by XNA and Raylib. This month,
Expand Down
Binary file added content/posts/newsletter-010/mun-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.