From 122f1b1e03706889e30c232e885a7cdf6912a003 Mon Sep 17 00:00:00 2001 From: "Patrick M. Howard" Date: Mon, 6 Apr 2020 09:45:38 -0400 Subject: [PATCH 1/2] Add rectangle pack segment --- content/posts/newsletter-008/index.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/content/posts/newsletter-008/index.md b/content/posts/newsletter-008/index.md index a2891e3e0..3e8f0257b 100644 --- a/content/posts/newsletter-008/index.md +++ b/content/posts/newsletter-008/index.md @@ -415,6 +415,22 @@ The latest version comes with support for Vulkan 1.2 and following extensions: [ash]: https://github.com/MaikKlein/ash +### [Rectangle Pack](rectangle-pack-homepage) v0.1.5 + +`Rectangle Pack` is a Rust crate focused on rectangle packing: Laying out any smaller +number of rectangles inside any number of larger rectangles. The developer's use +for the library is in packing textures from texture atlases on the GPU, although +the library does not have any concept of texture, and can be used in any +context where rectangle packing may be needed. + +Version 0.1.5 adds implementation for error handling for RectanglePackError. + +A getting started guide is available on the [project's homepage](rectangle-pack-homepage) +Full documentation is available at the [rectangle-pack docs.rs section](rectangle-pack-docs) + +[rectangle-pack-homepage]: https://github.com/chinedufn/rectangle-pack +[rectangle-pack-docs]: https://crates.io/crates/rectangle-pack/0.1.5 + ## Popular Workgroup Issues in Github From adb974fb7d641af2a77254b35e4a5ba6a21f318a Mon Sep 17 00:00:00 2001 From: Andrey Lesnikov Date: Mon, 6 Apr 2020 17:06:01 +0300 Subject: [PATCH 2/2] Newsletter 8: Rectangle Pack: add dots --- content/posts/newsletter-008/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/posts/newsletter-008/index.md b/content/posts/newsletter-008/index.md index 3e8f0257b..aa3726317 100644 --- a/content/posts/newsletter-008/index.md +++ b/content/posts/newsletter-008/index.md @@ -425,8 +425,8 @@ context where rectangle packing may be needed. Version 0.1.5 adds implementation for error handling for RectanglePackError. -A getting started guide is available on the [project's homepage](rectangle-pack-homepage) -Full documentation is available at the [rectangle-pack docs.rs section](rectangle-pack-docs) +A getting started guide is available on the [project's homepage](rectangle-pack-homepage). +Full documentation is available at the [rectangle-pack docs.rs section](rectangle-pack-docs). [rectangle-pack-homepage]: https://github.com/chinedufn/rectangle-pack [rectangle-pack-docs]: https://crates.io/crates/rectangle-pack/0.1.5