Skip to content

Commit 1bc046c

Browse files
N20: Tetra (#544)
1 parent af9d294 commit 1bc046c

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

content/posts/newsletter-020/index.md

+20
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,26 @@ of the past 6 months of development.
157157

158158
## Engine Updates
159159

160+
### [Tetra]
161+
162+
[Tetra] is a simple 2D game framework, inspired by XNA, Love2D, and Raylib. This
163+
month, versions 0.6.1 and 0.6.2 were released, featuring:
164+
165+
- Support for blend modes and premultiplied alpha
166+
- Scissor rectangles (useful for UI rendering)
167+
- Word wrapping for text
168+
- More events and methods for tracking/controlling the window's state
169+
- Bugfixes and docs improvements
170+
171+
For more details, see the [changelog][tetra-changelog].
172+
173+
Additionally, a [template repository][tetra-template] has been created,
174+
demonstrating some useful patterns for structuring a Tetra project.
175+
176+
[Tetra]: https://github.com/17cupsofcoffee/tetra
177+
[tetra-changelog]: https://github.com/17cupsofcoffee/tetra/blob/main/CHANGELOG.md
178+
[tetra-template]: https://twitter.com/17cupsofcoffee/status/1357750836370284544
179+
160180
### [Starframe]
161181

162182
![Current state of starframe graphics and physics](starframe.gif)

0 commit comments

Comments
 (0)