From f2a7e5419dea68c6a8a27646ce2fcf0e9488a34e Mon Sep 17 00:00:00 2001 From: Joe Clay <27cupsofcoffee@gmail.com> Date: Thu, 30 Apr 2020 21:32:46 +0100 Subject: [PATCH 1/2] Add Tetra content for newsletter 9 --- content/posts/newsletter-009/index.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/content/posts/newsletter-009/index.md b/content/posts/newsletter-009/index.md index 58ef3e57c..d82e18381 100644 --- a/content/posts/newsletter-009/index.md +++ b/content/posts/newsletter-009/index.md @@ -54,6 +54,27 @@ If needed, a section can be split into subsections with a "------" delimiter. ## Library & Tooling Updates +### [Tetra][tetra] + +[Tetra][tetra] is a simple 2D game framework, inspired by XNA and Raylib. After a quiet few months, versions [0.3.3][tetra-033], [0.3.4][tetra-034] and [0.3.5][tetra-035] were all released over the course of April. + +Highlights of this month's updates include: + +* New integrations with the OS, such as file dropping and clipboard manipulation +* More utilities for working with mouse and keyboard input +* Enhancements to the animation API +* Various under-the-hood improvements and optimizations + +[Tetra's website][tetra-website] has also had an overhaul, and is [looking for contributions to the showcase section][tetra-showcase]. If you're working on a project with Tetra, submit an issue or a PR to the [website repo][tetra-website-repo] to get it added! + +[tetra]: https://github.com/17cupsofcoffee/tetra +[tetra-033]: https://twitter.com/17cupsofcoffee/status/1246407935980339200 +[tetra-034]: https://twitter.com/17cupsofcoffee/status/1249410227935510536 +[tetra-035]: https://twitter.com/17cupsofcoffee/status/1254076418365030400 +[tetra-website]: https://tetra.seventeencups.net/ +[tetra-showcase]: https://twitter.com/17cupsofcoffee/status/1255901557322928128 +[tetra-website-repo]: https://github.com/17cupsofcoffee/tetra-www + ## Popular Workgroup Issues in Github @@ -116,4 +137,4 @@ TODO: Add real links and un-comment once this post is published --> [/r/rust_gamedev]: https://reddit.com/r/rust_gamedev -[@rust_gamedev]: https://twitter.com/rust_gamedev \ No newline at end of file +[@rust_gamedev]: https://twitter.com/rust_gamedev From 5bf1d959d61577382eb165d1fa0c9917f65f0b42 Mon Sep 17 00:00:00 2001 From: Andrey Lesnikov Date: Sat, 2 May 2020 09:52:56 +0300 Subject: [PATCH 2/2] Newsletter 9: Tetra: fmt --- content/posts/newsletter-009/index.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/content/posts/newsletter-009/index.md b/content/posts/newsletter-009/index.md index d82e18381..d20cee4c8 100644 --- a/content/posts/newsletter-009/index.md +++ b/content/posts/newsletter-009/index.md @@ -56,16 +56,21 @@ If needed, a section can be split into subsections with a "------" delimiter. ### [Tetra][tetra] -[Tetra][tetra] is a simple 2D game framework, inspired by XNA and Raylib. After a quiet few months, versions [0.3.3][tetra-033], [0.3.4][tetra-034] and [0.3.5][tetra-035] were all released over the course of April. +[Tetra][tetra] is a simple 2D game framework, inspired by XNA and Raylib. +After a quiet few months, versions [0.3.3][tetra-033], [0.3.4][tetra-034] +and [0.3.5][tetra-035] were all released over the course of April. Highlights of this month's updates include: -* New integrations with the OS, such as file dropping and clipboard manipulation -* More utilities for working with mouse and keyboard input -* Enhancements to the animation API -* Various under-the-hood improvements and optimizations +- New integrations with the OS, such as file dropping and clipboard manipulation +- More utilities for working with mouse and keyboard input +- Enhancements to the animation API +- Various under-the-hood improvements and optimizations -[Tetra's website][tetra-website] has also had an overhaul, and is [looking for contributions to the showcase section][tetra-showcase]. If you're working on a project with Tetra, submit an issue or a PR to the [website repo][tetra-website-repo] to get it added! +[Tetra's website][tetra-website] has also had an overhaul, +and is [looking for contributions to the showcase section][tetra-showcase]. +If you're working on a project with Tetra, submit an issue or a PR +to the [website repo][tetra-website-repo] to get it added! [tetra]: https://github.com/17cupsofcoffee/tetra [tetra-033]: https://twitter.com/17cupsofcoffee/status/1246407935980339200