From dc1f2a595015611cb041a2e2611bdf7493bda95d Mon Sep 17 00:00:00 2001 From: Joe Clay <27cupsofcoffee@gmail.com> Date: Mon, 30 Nov 2020 17:16:27 +0000 Subject: [PATCH 1/2] N16: Tetra and ogmo3 --- content/posts/newsletter-016/index.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/content/posts/newsletter-016/index.md b/content/posts/newsletter-016/index.md index f83eadf6c..d05990eda 100644 --- a/content/posts/newsletter-016/index.md +++ b/content/posts/newsletter-016/index.md @@ -67,6 +67,31 @@ If needed, a section can be split into subsections with a "------" delimiter. ## Library & Tooling Updates +### [Tetra] + +[Tetra] is a simple 2D game framework, inspired by XNA and Raylib. This month, +versions 0.5.3 and 0.5.4 were released, with some frequently requested features: + +- A `Mesh` API, allowing users to create arbitary 2D geometry +- Experimental support for high-DPI rendering + +There has also been numerous bug fixes and documentation improvements. For full +details and a list of breaking changes, see the [changelog][tetra-changelog]. + +[tetra]: https://github.com/17cupsofcoffee/tetra +[tetra-changelog]: https://github.com/17cupsofcoffee/tetra/blob/main/CHANGELOG.md + +### [ogmo3] + +[ogmo3] is a Rust crate for parsing projects and levels created with +[Ogmo Editor 3]. This month, version 0.1 was released, adding serialization +support, and helper methods for unpacking layer data. The [sample code][ogmo3-sample] +has also been updated to show the new helpers in action. + +[ogmo3]: https://github.com/17cupsofcoffee/ogmo3 +[Ogmo Editor 3]: https://ogmo-editor-3.github.io/ +[ogmo3-sample]: https://github.com/17cupsofcoffee/ogmo3/blob/main/examples/sample.rs + ## Popular Workgroup Issues in Github From 0b6877cb9584e69582bb2a8d1f6ba7fe5f8c9bbe Mon Sep 17 00:00:00 2001 From: Joe Clay <27cupsofcoffee@gmail.com> Date: Mon, 30 Nov 2020 17:20:42 +0000 Subject: [PATCH 2/2] Fix trailing space --- content/posts/newsletter-016/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/newsletter-016/index.md b/content/posts/newsletter-016/index.md index d05990eda..09d30654c 100644 --- a/content/posts/newsletter-016/index.md +++ b/content/posts/newsletter-016/index.md @@ -86,7 +86,7 @@ details and a list of breaking changes, see the [changelog][tetra-changelog]. [ogmo3] is a Rust crate for parsing projects and levels created with [Ogmo Editor 3]. This month, version 0.1 was released, adding serialization support, and helper methods for unpacking layer data. The [sample code][ogmo3-sample] -has also been updated to show the new helpers in action. +has also been updated to show the new helpers in action. [ogmo3]: https://github.com/17cupsofcoffee/ogmo3 [Ogmo Editor 3]: https://ogmo-editor-3.github.io/