Name: | stb_herringbone_wang_tile-devel |
---|---|
Version: | 0.7^20241002git31707d1 |
Release: | 1.el9 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 45732 |
License: | MIT OR Unlicense |
RPM: | stb_herringbone_wang_tile-devel-0.7^20241002git31707d1-1.el9.x86_64.rpm |
Source RPM: | stb-0^20241002git31707d1-1.el9.src.rpm |
Build Date: | Sat Oct 12 2024 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/nothings/stb |
Summary: | Herringbone Wang tile map generator |
Description: | This library is an SDK for Herringbone Wang Tile generation: http://nothings.org/gamedev/herringbone The core design is that you use this library offline to generate a “template” of the tiles you’ll create. You then edit those tiles, then load the created tile image file back into this library and use it at runtime to generate “maps”. You cannot load arbitrary tile image files with this library; it is only designed to load image files made from the template it created. It stores a binary description of the tile sizes & constraints in a few pixels, and uses those to recover the rules, rather than trying to parse the tiles themselves. You *can* use this library to generate from arbitrary tile sets, but only by loading the tile set and specifying the constraints explicitly yourself. |
- stb_image_resize2 2.11
- stb_image 2.30
- stb_image_resize2 2.07
- Patch for GHSL-2023-171/CVE-2023-45681/CVE-2023-47212
- Fix a description to use American English orthography
- Fix compile error on riscv64
- Update to 0^20240213gitae721c5 - stb_image_resize2-devel is updated to 2.06
- Update to 0^20240208gitb7cf124 - stb_image-devel is updated to 2.29 - stb_image_resize2-devel is updated to 2.05
- stb_vorbis: fix GHSL-2023-165 / fix CVE-2023-45675
- stb_image: fix GHSL-2023-151 / fix CVE-2023-45667