How to Install and Uninstall stb_herringbone_wang_tile-devel.i686 Package on Fedora 34

Last updated: July 03,2024

1. Install "stb_herringbone_wang_tile-devel.i686" package

Please follow the instructions below to install stb_herringbone_wang_tile-devel.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install stb_herringbone_wang_tile-devel.i686

2. Uninstall "stb_herringbone_wang_tile-devel.i686" package

This guide let you learn how to uninstall stb_herringbone_wang_tile-devel.i686 on Fedora 34:

$ sudo dnf remove stb_herringbone_wang_tile-devel.i686 $ sudo dnf autoremove

3. Information about the stb_herringbone_wang_tile-devel.i686 package on Fedora 34

Last metadata expiration check: 1:29:56 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : stb_herringbone_wang_tile-devel
Version : 0.7^20210910gitaf1a5bc
Release : 0.2.fc34
Architecture : i686
Size : 19 k
Source : stb-0^20210910gitaf1a5bc-0.2.fc34.src.rpm
Repository : updates
Summary : Herringbone Wang Tile Generator
URL : https://github.com/nothings/stb
License : MIT or Unlicense
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.