Skip to content

Commit fb8224e

Browse files
Newsletter 11: Tetra (#178)
* Newsletter 11: Tetra * Newsletter 11: Tetra: Style tweaks Co-authored-by: Andrey Lesnikov <ozkriff@gmail.com>
1 parent 88f7653 commit fb8224e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

content/posts/newsletter-011/index.md

+18
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,24 @@ written with the framework on platforms without threading - notably, web.
9797
[`hecs`]: https://crates.io/crates/hecs
9898
[Rayon]: https://crates.io/crates/rayon
9999

100+
### [Tetra 0.4][tetra-040]
101+
102+
[Tetra] is a simple 2D game framework, inspired by XNA and Raylib. This month,
103+
[version 0.4][tetra-040] was released, featuring:
104+
105+
- A rework of the text rendering API, which improves performance and fixes a
106+
number of long-standing bugs
107+
- Functions for capturing the player's mouse
108+
- Various tweaks and bug fixes under the hood
109+
110+
Also, [a new guide has been added to Tetra's website][tetra-dist], listing some
111+
things to consider when distributing your game to the public. This guide is
112+
still a work in progress, so contributions are welcomed!
113+
114+
[tetra]: https://github.com/17cupsofcoffee/tetra
115+
[tetra-040]: https://twitter.com/17cupsofcoffee/status/1275778769077317637
116+
[tetra-dist]: https://tetra.seventeencups.net/distributing/
117+
100118
## Popular Workgroup Issues in Github
101119

102120
<!-- Up to 10 links to interesting issues -->

0 commit comments

Comments
 (0)