Static library for converting image files into pixel data, for use with OpenGL.
miyabe 7a80d71761 Added README.md and fixed LICENSE | %!s(int64=9) %!d(string=hai) anos | |
---|---|---|
include | %!s(int64=9) %!d(string=hai) anos | |
samples | %!s(int64=9) %!d(string=hai) anos | |
src | %!s(int64=9) %!d(string=hai) anos | |
.gitignore | %!s(int64=9) %!d(string=hai) anos | |
CMakeLists.txt | %!s(int64=9) %!d(string=hai) anos | |
LICENSE | %!s(int64=9) %!d(string=hai) anos | |
README.md | %!s(int64=9) %!d(string=hai) anos | |
test.c | %!s(int64=9) %!d(string=hai) anos |
Static library for converting image files into pixel data, for use with OpenGL.
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.
You will need CMake to build the static library, and additionally GLFW to build the test/example when it is complete.