Monday, June 7, 2021

SOIL2 library

SOIL2 library

  1. Simple OpenGL Image Library 2
  2. Introduction: SOIL2 is a fork of the Jonathan Dummer's Simple OpenGL Image Library.

    SOIL2 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.

    SOIL2 extended stb_image to DDS files, and to perform common functions needed in loading OpenGL textures.

    SOIL2 can also be used to save and load images in a variety of formats (useful for loading height maps, non-OpenGL applications, etc.)

    it has examples on how to use this lib.

    Origins

  3. Simple OpenGL Image Library
  4. Introduction: 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 (found here). I have 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.)

    Download: You can grab the latest version of SOIL here. (July 7, 2008: see the change log at the bottom of this page.) You can also checkout the latest code from the new SVN repository, login as guest/guest: svn://www.twisted-works.com/jdummer/public/SOIL.

  5. nothings / stb
  6. single-file public domain (or MIT licensed) libraries for C/C++

  7. Modern OpenGL 3.0+ [SETUP] Windows Visual Studio SOIL Setup
  8. This is a paragraph.

  9. Download Premake
  10. Premake is a self-contained, single file command line executable which should build and run pretty much everywhere. See Using Premake for usage instructions and help getting started

  11. Download Premake
  12. Download Premake.

  13. OpenGL/C++ 3D Tutorial 07 - Linking SOIL2 in Visual Studio
  14. OpenGL/C++ 3D Tutorial 07 - Linking SOIL2 in Visual Studio

  15. Learning Modern OpenGL
  16. A little guide about modern OpenGL and why it gives us so much value..

  17. OpenGL Development Cookbook/a>
  18. Review of a very interesting book about Modern OpenGL Application Development..

  19. C++ Standard Library, The: A Tutorial and Reference 2nd Edition
  20. A good book

  21. glGenerateMipmap Plus SOIL library, OpenGL
  22. glGenerateMipmap Plus SOIL library.

  23. Digging into SOIL Library for OpenGL
  24. Digging into SOIL Library for OpenGL

No comments:

Post a Comment