File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
content/posts/newsletter-008 Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -514,6 +514,22 @@ The latest version comes with support for Vulkan 1.2 and following extensions:
514
514
515
515
[ ash ] : https://github.com/MaikKlein/ash
516
516
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
+
517
533
## Popular Workgroup Issues in Github
518
534
519
535
<!-- Up to 10 links to interesting issues -->
You can’t perform that action at this time.
0 commit comments