Metadata for stb_rect_pack-devel-1.1-0.57.20260313git904aa67.el8.ppc64le.rpm

0 directories 0 files
Go up

INFO

Name: stb_rect_pack-devel
Version: 1.1-0.57.20260313git904aa67.el8
Arch: ppc64le
Summary: Simple 2D rectangle packer with decent quality
License: MIT OR Unlicense
Vendor: Fedora Project
Build Host: buildvm-ppc64le-32.rdu3.fedoraproject.org
Build Date: Thu Apr  9 13:37:46 2026
Size: 22709
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(CompressedFileNames) 3.0.4-1
rpmlib(FileDigests) 4.6.0-1
rpmlib(PayloadFilesHavePrefix) 4.0-1
rpmlib(PayloadIsXz) 5.2-1

PROVIDES

stb_rect_pack-devel 1.1-0.57.20260313git904aa67.el8
stb_rect_pack-devel(ppc-64) 1.1-0.57.20260313git904aa67.el8
stb_rect_pack-static 1.1-0.57.20260313git904aa67.el8

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