Skip to content

Commit e474b98

Browse files
Newsletter 8: Add rectangle-pack (#101)
* Add rectangle pack segment * Newsletter 8: Rectangle Pack: add dots Co-authored-by: Andrey Lesnikov <[email protected]>
1 parent 5550ad9 commit e474b98

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

content/posts/newsletter-008/index.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,22 @@ The latest version comes with support for Vulkan 1.2 and following extensions:
514514

515515
[ash]: https://github.com/MaikKlein/ash
516516

517+
### [Rectangle Pack](rectangle-pack-homepage) v0.1.5
518+
519+
`Rectangle Pack` is a Rust crate focused on rectangle packing: Laying out any smaller
520+
number of rectangles inside any number of larger rectangles. The developer's use
521+
for the library is in packing textures from texture atlases on the GPU, although
522+
the library does not have any concept of texture, and can be used in any
523+
context where rectangle packing may be needed.
524+
525+
Version 0.1.5 adds implementation for error handling for RectanglePackError.
526+
527+
A getting started guide is available on the [project's homepage](rectangle-pack-homepage).
528+
Full documentation is available at the [rectangle-pack docs.rs section](rectangle-pack-docs).
529+
530+
[rectangle-pack-homepage]: https://github.com/chinedufn/rectangle-pack
531+
[rectangle-pack-docs]: https://crates.io/crates/rectangle-pack/0.1.5
532+
517533
## Popular Workgroup Issues in Github
518534

519535
<!-- Up to 10 links to interesting issues -->

0 commit comments

Comments
 (0)