Skip to content

Commit 57038a2

Browse files
N21: Tetra (#596)
1 parent c260e66 commit 57038a2

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

content/news/021/index.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,27 @@ projects: [bevy_tiled], [bevy_asset_ron].
162162

163163
## Engine Updates
164164

165+
### [Tetra]
166+
167+
[Tetra] is a simple 2D game framework, inspired by XNA, Love2D, and Raylib. This
168+
month, version 0.6.3 was released, featuring:
169+
170+
- BMFont support
171+
- An `ImageData` type for loading and manipulating images on the CPU
172+
- More color utilities, including shortcuts for premultiplied alpha
173+
- Bugfixes and docs improvements
174+
175+
For more details, see the [changelog][tetra-changelog].
176+
177+
Additionally, [Tetra's website][tetra-website] has been updated to make it easier
178+
to read and contribute to. The site features tutorials, guides and FAQs on how to
179+
use Tetra effectively, as well as a showcase of cool projects made using the
180+
framework - additions are welcomed!
181+
182+
[Tetra]: https://github.com/17cupsofcoffee/tetra
183+
[tetra-changelog]: https://github.com/17cupsofcoffee/tetra/blob/main/CHANGELOG.md#063---2021-04-09
184+
[tetra-website]: https://tetra.seventeencups.net/
185+
165186
## Learning Material Updates
166187

167188
## Library & Tooling Updates

0 commit comments

Comments
 (0)