From c0835061d5a506fd1859dee1228b426fba9019f2 Mon Sep 17 00:00:00 2001 From: Joe Clay <27cupsofcoffee@gmail.com> Date: Mon, 5 Apr 2021 14:03:49 +0100 Subject: [PATCH 1/2] N20: Tetra --- content/posts/newsletter-020/index.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/content/posts/newsletter-020/index.md b/content/posts/newsletter-020/index.md index 7e391fb02..e4772e462 100644 --- a/content/posts/newsletter-020/index.md +++ b/content/posts/newsletter-020/index.md @@ -157,6 +157,26 @@ of the past 6 months of development. ## Engine Updates +### [Tetra] + +[Tetra] is a simple 2D game framework, inspired by XNA, Love2D, and Raylib. This +month, versions 0.6.1 and 0.6.2 were released, featuring: + +- Support for blend modes and premultiplied alpha +- Scissor rectangles (useful for UI rendering) +- Word wrapping for text +- More events and methods for tracking/controlling the window's state +- Bugfixes and docs improvements + +For more details, see the [changelog][tetra-changelog]. + +Additionally, a [template repository][tetra-template] has been created, +demonstrating some useful patterns for structuring a Tetra project. + +[tetra]: https://github.com/17cupsofcoffee/tetra +[tetra-changelog]: https://github.com/17cupsofcoffee/tetra/blob/main/CHANGELOG.md +[tetra-template]: https://twitter.com/17cupsofcoffee/status/1357750836370284544 + ### [Starframe] ![Current state of starframe graphics and physics](starframe.gif) From e0c3803e0c8476a8a4ea5b6eacd0451c0dfd1b71 Mon Sep 17 00:00:00 2001 From: Joe Clay <27cupsofcoffee@gmail.com> Date: Mon, 5 Apr 2021 14:16:00 +0100 Subject: [PATCH 2/2] Update index.md --- content/posts/newsletter-020/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/newsletter-020/index.md b/content/posts/newsletter-020/index.md index e4772e462..ad9cc4b84 100644 --- a/content/posts/newsletter-020/index.md +++ b/content/posts/newsletter-020/index.md @@ -173,7 +173,7 @@ For more details, see the [changelog][tetra-changelog]. Additionally, a [template repository][tetra-template] has been created, demonstrating some useful patterns for structuring a Tetra project. -[tetra]: https://github.com/17cupsofcoffee/tetra +[Tetra]: https://github.com/17cupsofcoffee/tetra [tetra-changelog]: https://github.com/17cupsofcoffee/tetra/blob/main/CHANGELOG.md [tetra-template]: https://twitter.com/17cupsofcoffee/status/1357750836370284544