Skip to content

Commit 59086dd

Browse files
N19: Tetra (rust-gamedev#498)
1 parent 88e989d commit 59086dd

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

content/posts/newsletter-019/index.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,26 @@ If needed, a section can be split into subsections with a "------" delimiter.
6464

6565
## Engine Updates
6666

67+
### [Tetra]
68+
69+
![Tetra's demo game](./tetra.png)
70+
_Tetra's demo game_
71+
72+
[Tetra] is a simple 2D game framework, inspired by XNA, Love2D and Raylib.
73+
This month, version 0.6 was released, with some big changes and features:
74+
75+
- A simpler drawing API
76+
- Less global state for mesh drawing
77+
- Multisampled canvases
78+
- Better font rendering
79+
80+
For more details, see the [changelog][tetra-changelog], or
81+
[17cupsofcoffee's twitter thread][tetra-twitter] about the release.
82+
83+
[tetra]: https://github.com/17cupsofcoffee/tetra
84+
[tetra-changelog]: https://github.com/17cupsofcoffee/tetra/blob/main/CHANGELOG.md
85+
[tetra-twitter]: https://twitter.com/17cupsofcoffee/status/1357750836370284544
86+
6787
## Library & Tooling Updates
6888

6989
## Popular Workgroup Issues in Github
8.96 KB
Loading

0 commit comments

Comments
 (0)