Skip to content
Merged
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
16 changes: 16 additions & 0 deletions content/posts/newsletter-010/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,22 @@ Crate's repo has few examples with nearly each line of the code explained.

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

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

[Tetra] is a simple 2D game framework, inspired by XNA and Raylib. This month,
[version 0.3.6 was released][tetra-036], featuring:

- A new suite of functions for querying information about the player's connected monitors
- Tweaks to the startup code, to ensure slow asset loading doesn't cause the window to hang
- Several under the hood bug fixes

Additionally, planning for 0.4 has begun, which will
[bring some changes to the `Font`/`Text` API][tetra-040].

[Tetra]: https://github.com/17cupsofcoffee/tetra
[tetra-036]: https://twitter.com/17cupsofcoffee/status/1261381601524621312
[tetra-040]: https://twitter.com/17cupsofcoffee/status/1256599606697308164

## Popular Workgroup Issues in Github

<!-- Up to 10 links to interesting issues -->
Expand Down