Skip to content

Sharp0802/soil

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple OpenGL Image Library (SOIL)

Note

This repo only lets the original SOIL library use CMake and the newer version of stb_image

Introduction

SOIL is a tiny C library used primarily for uploading textures into OpenGL. It is based on stb_image, the public domain code from Sean Barrett (found here). 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.

Usage

See docs: https://web.archive.org/web/20200725010928/http://www.lonesock.net/soil.html

License

Public domain :D

About

Simple OpenGL Image Library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.5%
  • CMake 0.5%