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
- Host: GitHub
- URL: https://github.com/synthetic-borealis/imageloader
- Owner: synthetic-borealis
- License: zlib
- Created: 2020-06-15T15:28:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-15T22:07:53.000Z (about 5 years ago)
- Last Synced: 2024-12-31T09:18:28.706Z (6 months ago)
- Language: C
- Size: 1.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.