@@ -418,6 +418,34 @@ _Discussions:
418
418
[ Riddle ] : https://github.com/vickles/riddle
419
419
[ riddle-docs ] : https://vickles.github.io/riddle/0.1.0/riddle
420
420
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
+
421
449
## Popular Workgroup Issues in Github
422
450
423
451
## Requests for Contribution
0 commit comments