Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 35a2bc5

Browse filesBrowse files
N22: Tetra (rust-gamedev#665)
1 parent 730b0d0 commit 35a2bc5
Copy full SHA for 35a2bc5

File tree

Expand file treeCollapse file tree

1 file changed

+17
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+17
-0
lines changed

‎content/news/022/index.md

Copy file name to clipboardExpand all lines: content/news/022/index.md
+17Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.