@@ -418,6 +418,34 @@ _Discussions:
418418[ Riddle ] : https://github.com/vickles/riddle
419419[ riddle-docs ] : https://vickles.github.io/riddle/0.1.0/riddle
420420
421+ ### Tetra
422+
423+ [ Tetra] is a simple 2D game framework, inspired by XNA and Raylib. This month,
424+ version [ 0.5] [ tetra-05 ] was released, featuring:
425+
426+ - Cargo feature flags, allowing you to remove unused functionality and
427+ shrink your build
428+ - Relative mouse events and infinite mouse movement (allowing for FPS-style
429+ control schemes)
430+ - Extra methods for getting and setting the state of a playing sound
431+
432+ For full details and a list of breaking changes, see the [ changelog] [ tetra-changelog ] .
433+
434+ Additionally, this month [ puppetmaster] released [ tetrapack] , a set of useful
435+ extensions for Tetra. This includes:
436+
437+ - Helpful timer types
438+ - Looping background music
439+ - Custom mouse cursors
440+ - Input utility functions
441+ - Tilemaps and tile animations
442+
443+ [ tetra ] : https://github.com/17cupsofcoffee/tetra
444+ [ tetra-05 ] : https://twitter.com/17cupsofcoffee/status/1301210538299609088
445+ [ tetra-changelog ] : https://github.com/17cupsofcoffee/tetra/blob/main/CHANGELOG.md
446+ [ puppetmaster ] : https://github.com/puppetmaster-
447+ [ tetrapack ] : https://github.com/puppetmaster-/tetrapack
448+
421449## Popular Workgroup Issues in Github
422450
423451## Requests for Contribution
0 commit comments