-
-
Notifications
You must be signed in to change notification settings - Fork 681
Open
Labels
Description
Library
SDL_image
Project page
https://github.com/libsdl-org/SDL_image
Source repository
[email protected]:libsdl-org/SDL_image.git
Platforms
Windows x64, Windows x86, Windows arm64, Linux x64, macOS x64, macOS arm64, Linux arm64, Linux arm32, Linux riscv64, Linux ppc64le
Description
I need the native library because it is very convenient for loading and saving SDL surfaces and textures from different file formats. The only existing support in SDL is loading .bmp files, and using the stb image bindings is also more work and more error prone than using an existing library purpose made for this task. I am willing to put in work into creating these bindings if there is a guide to creating bindings.