An open API service indexing awesome lists of open source software.

https://github.com/synthetic-borealis/imageloader

A stb_image based image loader for SDL2
https://github.com/synthetic-borealis/imageloader

Last synced: 4 months ago
JSON representation

A stb_image based image loader for SDL2

Awesome Lists containing this project

README

        

# ImageLoader

### Description
ImageLoader is a simple stb_image based image loader for SDL. It can load images from files and from SDL_RWops handles.

### Usage
Copy the source files (including the stb directory) to your source directory.

### License
* ImageLoader is licensed under the zlib license (see LICENESE).
* stb_image is in the public domain, but can also be licensed under the MIT license (see bottom of src/stb/stb_image.h).
* The test image was downloaded from http://cc0textures.com and is licensed under the CC0 license.