File tree 1 file changed +18
-0
lines changed
content/posts/newsletter-011
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,24 @@ written with the framework on platforms without threading - notably, web.
97
97
[ `hecs` ] : https://crates.io/crates/hecs
98
98
[ Rayon ] : https://crates.io/crates/rayon
99
99
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
+
100
118
## Popular Workgroup Issues in Github
101
119
102
120
<!-- Up to 10 links to interesting issues -->
You can’t perform that action at this time.
0 commit comments