Skip to content

Rectangle pack #101

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 6, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions content/posts/newsletter-008/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<!-- Up to 10 links to interesting issues -->
Expand Down