File tree 1 file changed +20
-0
lines changed
content/posts/newsletter-020
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -157,6 +157,26 @@ of the past 6 months of development.
157
157
158
158
## Engine Updates
159
159
160
+ ### [ Tetra]
161
+
162
+ [ Tetra] is a simple 2D game framework, inspired by XNA, Love2D, and Raylib. This
163
+ month, versions 0.6.1 and 0.6.2 were released, featuring:
164
+
165
+ - Support for blend modes and premultiplied alpha
166
+ - Scissor rectangles (useful for UI rendering)
167
+ - Word wrapping for text
168
+ - More events and methods for tracking/controlling the window's state
169
+ - Bugfixes and docs improvements
170
+
171
+ For more details, see the [ changelog] [ tetra-changelog ] .
172
+
173
+ Additionally, a [ template repository] [ tetra-template ] has been created,
174
+ demonstrating some useful patterns for structuring a Tetra project.
175
+
176
+ [ Tetra ] : https://github.com/17cupsofcoffee/tetra
177
+ [ tetra-changelog ] : https://github.com/17cupsofcoffee/tetra/blob/main/CHANGELOG.md
178
+ [ tetra-template ] : https://twitter.com/17cupsofcoffee/status/1357750836370284544
179
+
160
180
### [ Starframe]
161
181
162
182
![ Current state of starframe graphics and physics] ( starframe.gif )
You can’t perform that action at this time.
0 commit comments