summaryrefslogtreecommitdiff
path: root/libraries/soil/README
diff options
context:
space:
mode:
authorLarry Hajali <larryhaja[at]gmail[dot]com>2013-01-08 17:20:32 +0100
committerdsomero <xgizzmo@slackbuilds.org>2013-01-09 18:52:27 -0500
commit6375d5b12e194283a398ccf27d8bde9eb10ba792 (patch)
tree75059a23ce1e625f99609b4ee97c00523160041f /libraries/soil/README
parentfeddaaeedc0581171055c5f8de58b217b79507ac (diff)
downloadslackbuilds-6375d5b12e194283a398ccf27d8bde9eb10ba792.tar.gz
libraries/soil: Added (C OpenGL texture library).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/soil/README')
-rw-r--r--libraries/soil/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/soil/README b/libraries/soil/README
new file mode 100644
index 0000000000..26ef92ecce
--- /dev/null
+++ b/libraries/soil/README
@@ -0,0 +1,7 @@
+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.)