Library for loading images as SDL3 surfaces and textures
Library for loading images as SDL surfaces and textures
sdl3_image$ gcc -o image_viewer viewer.c $(pkg-config --cflags --libs SDL3_image)$ pkg-config --cflags --libs SDL3_image$ #include <SDL3_image/SDL_image.h>