From eb529f3d89a9167f77df6db0042f11274805b40a Mon Sep 17 00:00:00 2001 From: Simon Heath Date: Mon, 1 Feb 2021 12:44:48 -0500 Subject: [PATCH 1/4] ggez article --- content/posts/newsletter-018/index.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/content/posts/newsletter-018/index.md b/content/posts/newsletter-018/index.md index 26055af8c..4b72c0d2b 100644 --- a/content/posts/newsletter-018/index.md +++ b/content/posts/newsletter-018/index.md @@ -63,6 +63,32 @@ If needed, a section can be split into subsections with a "------" delimiter. ## Library & Tooling Updates +### [`ggez`](ggez) + +![ggez logo](../newsletter-005/ggez-logo-maroon-full.svg) + +`ggez` is a lightweight cross-platform game framework for making 2D +games with minimum friction. + +The zero'th release candidate for version 0.6.0 has been released and +there has been no particularly horrific outcry of people's games +exploding. A first release candidate with a pile of medium-sized bug +fixes should be coming quite soon, hopefully followed by a full release. +Special thanks to the contributors who helped hunt bugs and organize +PR's to get this version out the door: + + * PSteinhaus + * Manghi + * AaronM04 + * Systemcluster + +_Discussions: [/r/rust_gamedev](ggez-reddit), [Issue tracker](ggez-github) + +[ggez]: https://crates.io/crates/ggez +[ggez-reddit]: https://reddit.com/r/rust_gamedev +[ggez-github]: https://github.com/ggez/ggez/issues + + ## Popular Workgroup Issues in Github From 29c0eb1388fdb5b7f1098d9cba3e7976ced09766 Mon Sep 17 00:00:00 2001 From: Simon Heath Date: Wed, 3 Feb 2021 11:12:27 -0500 Subject: [PATCH 2/4] Minor editing to ggez article --- content/posts/newsletter-018/index.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/content/posts/newsletter-018/index.md b/content/posts/newsletter-018/index.md index 4b72c0d2b..80a4c0379 100644 --- a/content/posts/newsletter-018/index.md +++ b/content/posts/newsletter-018/index.md @@ -73,16 +73,17 @@ games with minimum friction. The zero'th release candidate for version 0.6.0 has been released and there has been no particularly horrific outcry of people's games exploding. A first release candidate with a pile of medium-sized bug -fixes should be coming quite soon, hopefully followed by a full release. -Special thanks to the contributors who helped hunt bugs and organize -PR's to get this version out the door: +fixes should be coming in early February, hopefully soon followed by a +full release. Special thanks to the contributors who helped hunt bugs +and organize PR's to get this version out the door: * PSteinhaus * Manghi * AaronM04 * Systemcluster + * Andy-Python-Programmer -_Discussions: [/r/rust_gamedev](ggez-reddit), [Issue tracker](ggez-github) +_Discussions: [/r/rust_gamedev](ggez-reddit), [Issue tracker](ggez-github)_ [ggez]: https://crates.io/crates/ggez [ggez-reddit]: https://reddit.com/r/rust_gamedev From 05c46a3ff32f72e305e7b0bf613978c97fc5c949 Mon Sep 17 00:00:00 2001 From: Simon Heath Date: Wed, 3 Feb 2021 11:21:00 -0500 Subject: [PATCH 3/4] Minor link fixes --- content/posts/newsletter-018/index.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/content/posts/newsletter-018/index.md b/content/posts/newsletter-018/index.md index 80a4c0379..7c7e2ecff 100644 --- a/content/posts/newsletter-018/index.md +++ b/content/posts/newsletter-018/index.md @@ -77,17 +77,16 @@ fixes should be coming in early February, hopefully soon followed by a full release. Special thanks to the contributors who helped hunt bugs and organize PR's to get this version out the door: - * PSteinhaus - * Manghi - * AaronM04 - * Systemcluster - * Andy-Python-Programmer + - PSteinhaus + - Manghi + - AaronM04 + - Systemcluster + - Andy-Python-Programmer -_Discussions: [/r/rust_gamedev](ggez-reddit), [Issue tracker](ggez-github)_ +_Discussions: [Issue tracker](ggez-github)_ [ggez]: https://crates.io/crates/ggez -[ggez-reddit]: https://reddit.com/r/rust_gamedev -[ggez-github]: https://github.com/ggez/ggez/issues +[ggez-github]: https://github.com/ggez/ggez/milestone/6 ## Popular Workgroup Issues in Github From 34fde4ba04e90fb7f5e68f62ddcd16bae5447ea4 Mon Sep 17 00:00:00 2001 From: Joe Clay <27cupsofcoffee@gmail.com> Date: Wed, 3 Feb 2021 16:32:21 +0000 Subject: [PATCH 4/4] Update content/posts/newsletter-018/index.md --- content/posts/newsletter-018/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/posts/newsletter-018/index.md b/content/posts/newsletter-018/index.md index 4c68f1969..275a870d2 100644 --- a/content/posts/newsletter-018/index.md +++ b/content/posts/newsletter-018/index.md @@ -231,11 +231,11 @@ fixes should be coming in early February, hopefully soon followed by a full release. Special thanks to the contributors who helped hunt bugs and organize PR's to get this version out the door: - - PSteinhaus - - Manghi - - AaronM04 - - Systemcluster - - Andy-Python-Programmer +- PSteinhaus +- Manghi +- AaronM04 +- Systemcluster +- Andy-Python-Programmer _Discussions: [Issue tracker](ggez-github)_