slackbuilds/libraries/soil
Andrew Clemons cfbc1b9d1c
libraries/soil: Fix DOWNLOAD.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-08-25 12:11:33 +07:00
..
README
linking_correctly.patch
slack-desc
soil.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
soil.info libraries/soil: Fix DOWNLOAD. 2021-08-25 12:11:33 +07:00

README

SOIL is a tiny C library used primarily for uploading textures into
OpenGL. It is based on stb_image version 1.16, the public domain code
from Sean Barrett. The author has extended it to load TGA and DDS
files, and to perform common functions needed in loading OpenGL
textures. SOIL can also be used to save and load images in a variety
of formats (useful for loading height maps, non-OpenGL applications,
etc.)