Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 59086dd

Browse filesBrowse files
N19: Tetra (rust-gamedev#498)
1 parent 88e989d commit 59086dd
Copy full SHA for 59086dd

File tree

2 files changed

+20
-0
lines changed
Filter options

2 files changed

+20
-0
lines changed

‎content/posts/newsletter-019/index.md

Copy file name to clipboardExpand all lines: content/posts/newsletter-019/index.md
+20Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.