[ol8_developer_EPEL] stb_rect_pack-devel-1.1-0.7.20211022gitaf1a5bc.el8.aarch64

Name:stb_rect_pack-devel
Version:1.1
Release:0.7.20211022gitaf1a5bc.el8
Architecture:aarch64
Group:Unspecified
Size:22709
License:MIT or Unlicense
RPM: stb_rect_pack-devel-1.1-0.7.20211022gitaf1a5bc.el8.aarch64.rpm
Source RPM: stb-0-0.7.20211022gitaf1a5bc.el8.src.rpm
Build Date:Tue Nov 02 2021
Build Host:build-ol8-aarch64.oracle.com
Vendor:Oracle America
URL:https://github.com/nothings/stb
Summary:Rectangle packing
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.

Filelist (Show Changelog) (Show related packages)