soil icon indicating copy to clipboard operation
soil copied to clipboard

Simple OpenGL Image Library

Results 6 soil issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to install via clib and the install is failing. Command: ``` clib install littlstar/soil --save ``` Output: ``` fetch : littlstar/soil:clib.json fetch : littlstar/soil:Makefile error : unable...

Hi, is this the official SOIL repository? My searching online seems to indicate that this is the one with the most stars. The function `SOIL_load_OGL_HDR_texture` does not have documentation for...

When I run my code, I get the error: `LNK2005 _stbi_zlib_decode_noheader_malloc already defined in stb_image-1.09.obj` I also get other errors like buffer already defined and I am very confused. I...

Hi, I have my little OpenGL project that uses SOIL. On my home PC with RX 580 it runs just fine. On my working PC with i7-9700 and Intel UHD...

Hi! These days CMake became a de-facto standard for building and distributing C/C++ projects. Also, like most C++ programmers, i hate autotools/automake and don't know anyone who uses clib in...