Static library for converting image files into pixel data, for use with OpenGL.

miyabe 7a80d71761 Added README.md and fixed LICENSE преди 9 години
include cab82f26bb Initial project commit преди 9 години
samples cab82f26bb Initial project commit преди 9 години
src cab82f26bb Initial project commit преди 9 години
.gitignore cab82f26bb Initial project commit преди 9 години
CMakeLists.txt cab82f26bb Initial project commit преди 9 години
LICENSE 7a80d71761 Added README.md and fixed LICENSE преди 9 години
README.md 7a80d71761 Added README.md and fixed LICENSE преди 9 години
test.c cab82f26bb Initial project commit преди 9 години

README.md

libglimg

Static library for converting image files into pixel data, for use with OpenGL.

Compatibility

I only develop from within Linux, and do not have the means to easily test on Windows or Max OSX. However, I have taken care to use as few dependencies as possible, and compile against the C89 standard. As a result, this code should be high portable - any compiler supporting ANSI C should be able to compile it.

Building

You will need CMake to build the static library, and additionally GLFW to build the test/example when it is complete.

Goals

  • BMP file format support
  • TGA file format support
  • TBC