diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2013-01-08 17:20:32 +0100 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-01-09 18:52:27 -0500 |
commit | 6375d5b12e194283a398ccf27d8bde9eb10ba792 (patch) | |
tree | 75059a23ce1e625f99609b4ee97c00523160041f /libraries/soil/slack-desc | |
parent | feddaaeedc0581171055c5f8de58b217b79507ac (diff) | |
download | slackbuilds-6375d5b12e194283a398ccf27d8bde9eb10ba792.tar.gz |
libraries/soil: Added (C OpenGL texture library).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/soil/slack-desc')
-rw-r--r-- | libraries/soil/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/soil/slack-desc b/libraries/soil/slack-desc new file mode 100644 index 0000000000..2576f425e5 --- /dev/null +++ b/libraries/soil/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +soil: soil (C OpenGL texture library) +soil: +soil: SOIL is a tiny C library used primarily for uploading textures into +soil: OpenGL. It is based on stb_image version 1.16, the public domain code +soil: from Sean Barrett. The author has extended it to load TGA and DDS +soil: files, and to perform common functions needed in loading OpenGL +soil: textures. SOIL can also be used to save and load images in a variety +soil: of formats (useful for loading height maps, non-OpenGL applications, +soil: etc.) +soil: +soil: Homepage: http://www.lonesock.net/soil.html |