./wip/soil, Tiny C library used primarily for uploading textures into OpenGL

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 20080707, Package name: soil-20080707, Maintainer: pkgsrc-users

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. It
has been extended 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.).


Required to run:
[graphics/MesaLib]

Required to build:
[pkgtools/x11-links] [x11/xcb-proto] [x11/fixesproto4] [pkgtools/cwrappers] [x11/xorgproto]

Master sites:

RMD160: d2467c9d6552a2e9d475db815d0f4acbbd79ba46
Filesize: 463.835 KB

Version history: (Expand)


CVS history: (Expand)


   2013-03-10 14:58:15 by othyro | Files touched by this commit (6)
Log message:
Import soil-20080707 as wip/soil.

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. It
has been extended 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.).