Letter S

stb_herringbone_wang_tile-devel - Herringbone Wang tile map generator

Website: https://github.com/nothings/stb
License: MIT OR Unlicense
Vendor: Alcance Libre, Inc.
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.

Packages

stb_herringbone_wang_tile-devel-0.720230129git5736b15-1.aldos.x86_64 [15 KiB] Changelog by Joel Barrios (2023-08-03):
- Update to latest commit.

Listing created by Repoview-0.6.6-6.fc14.al