INFO
Name: stb_rect_pack-devel
Version: 1.1^20260313git904aa67-2.el10_2
Arch: aarch64
Summary: Simple 2D rectangle packer with decent quality
License: MIT OR Unlicense
Vendor: Fedora Project
Build Host: buildvm-a64-42.rdu3.fedoraproject.org
Build Date: Thu Apr 9 11:17:50 2026
Size: 22728
URL: https://github.com/nothings/stb
Description: Useful for e.g. packing rectangular textures into an atlas. Does not do
rotation.
Not necessarily the awesomest packing method, but better than the totally naive
one in stb_truetype (which is primarily what this is meant to replace).
No memory allocations; uses qsort() and assert() from stdlib. Can override
those by defining STBRP_SORT and STBRP_ASSERT.
This library currently uses the Skyline Bottom-Left algorithm.
Please note: better rectangle packers are welcome! Please implement them to the
same API, but with a different init function.
FILES
/usr/include/stb
/usr/include/stb/stb_rect_pack.h
/usr/include/stb_rect_pack.h
/usr/share/licenses/stb_rect_pack-devel
/usr/share/licenses/stb_rect_pack-devel/LICENSE
REQUIRES
rpmlib(CaretInVersions) 4.15.0-1
rpmlib(CompressedFileNames) 3.0.4-1
rpmlib(FileDigests) 4.6.0-1
rpmlib(PayloadFilesHavePrefix) 4.0-1
rpmlib(PayloadIsZstd) 5.4.18-1
PROVIDES
stb_rect_pack-devel 1.1^20260313git904aa67-2.el10_2
stb_rect_pack-devel(aarch-64) 1.1^20260313git904aa67-2.el10_2
stb_rect_pack-static 1.1^20260313git904aa67-2.el10_2
CONFIG FILES
/usr/include/stb
/usr/include/stb/stb_rect_pack.h
/usr/include/stb_rect_pack.h
/usr/share/licenses/stb_rect_pack-devel
/usr/share/licenses/stb_rect_pack-devel/LICENSE l
LICENSE FILES
MIT OR Unlicense
|