joseangelmt
soil
by:
joseangelmt
- 6,888 total downloads
- last updated 1/6/2017
- Latest version: 1.16.0
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. 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...
More information
- 6,276 total downloads
- last updated 1/8/2017
- Latest version: 0.9.5.4
OpenGL Mathematics (GLM) is a header only C++ mathematics library for graphics software based on the OpenGL Shading Language (GLSL) specification and released under the MIT license.
This library provides classes and functions designed and implemented following as strictly as possible the GLSL...
More information
- 2,062 total downloads
- last updated 1/29/2017
- Latest version: 2.0.0
The OpenGL Extension Wrangler Library (GLEW) is a cross-platform open-source C/C++ extension loading library.
- 1,296 total downloads
- last updated 9/30/2020
- Latest version: 1.0.3
In C++ you can get the compilation time using the __DATE__ and __TIME__ macros, but that macros returns strings representing the date and time and not values we can use to compare.
Sometimes we need to compare this dates and times, maybe because we want to know at runtime whether or not our...
More information
- 878 total downloads
- last updated 10/2/2020
- Latest version: 1.0.1
A 2D constrained Delaunay triangulation library