File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
content/posts/newsletter-014 Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -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
<
726A
td data-grid-cell-id="diff-deb6c723a9d77e6a3e484c43110e00b6383d67fbfd2fa6ca5e764311c29d9227-420-441-2" data-line-anchor="diff-deb6c723a9d77e6a3e484c43110e00b6383d67fbfd2fa6ca5e764311c29d9227R441" data-selected="false" role="gridcell" style="background-color:var(--diffBlob-additionLine-bgColor, var(--diffBlob-addition-bgColor-line));padding-right:24px" tabindex="-1" valign="top" class="focusable-grid-cell diff-text-cell right-side-diff-cell left-side">+ - 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
You can’t perform that action at this time.
0 commit comments