@@ -404,6 +404,28 @@ See [this Twitter thread][three-d-twitter] for videos.
404
404
[ three-d ] : https://github.com/asny/three-d
405
405
[ three-d-twitter ] : https://twitter.com/AsgerNyman/status/1482711259673944067
406
406
407
+ ### [ Tetra]
408
+
409
+ [ Tetra] is a simple 2D game framework, inspired by XNA, Love2D, and Raylib. This
410
+ month, an alpha version of Tetra 0.7 was released, featuring:
411
+
412
+ - Support for a wider variety of texture formats
413
+ - A more powerful API for blending
414
+ - Lots of bug fixes, cleanups and improvements
415
+
416
+ For more details, see the [ changelog] [ tetra-changelog ] .
417
+
418
+ Alongside the release of this version, it was also [ announced] [ tetra-twitter ]
419
+ that Tetra is no longer under active development. The developer
420
+ has written a [ retrospective blog post] [ tetra-retro ] , explaining what went well
421
+ and what didn't go so well with the engine's development, and giving some
422
+ rationale for why they decided to move on from the project.
423
+
424
+ [ Tetra ] : https://github.com/17cupsofcoffee/tetra
425
+ [ tetra-changelog ] : https://github.com/17cupsofcoffee/tetra/blob/main/CHANGELOG.md
426
+ [ tetra-twitter ] : https://twitter.com/17cupsofcoffee/status/1479601522661109764
427
+ [ tetra-retro ] : https://www.seventeencups.net/posts/three-years-of-tetra/
428
+
407
429
## Learning Material Updates
408
430
409
431
### [ Making Your Game Go Fast by Asking Windows Nicely] [ awn-post ]
0 commit comments