Skip to content

Commit 35a2bc5

Browse files
N22: Tetra (#665)
1 parent 730b0d0 commit 35a2bc5

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

content/news/022/index.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,23 @@ add documentation comments for all of the library's features.
324324

325325
## Engine Updates
326326

327+
### [Tetra]
328+
329+
[Tetra] is a simple 2D game framework, inspired by XNA, Love2D, and Raylib. This
330+
month, versions 0.6.4 and 0.6.5 were released, featuring:
331+
332+
- Stencil buffers
333+
- Basic instanced mesh rendering
334+
- Methods for reading textures back to the CPU (e.g. for screenshots)
335+
- Support for passing slices/arrays as shader uniforms
336+
- More utility methods for working with high-DPI displays
337+
- Various bugfixes and docs improvements
338+
339+
For more details, see the [changelog][tetra-changelog].
340+
341+
[Tetra]: https://github.com/17cupsofcoffee/tetra
342+
[tetra-changelog]: https://github.com/17cupsofcoffee/tetra/blob/main/CHANGELOG.md
343+
327344
### [Rustcraft][rustcraft]
328345

329346
![rustcraft-img](rustcraft.png)

0 commit comments

Comments
 (0)