sdl_gfx

Graphics drawing primitives library for SDL with rotation and zooming

brewmacoslinux
Try with needOr install directly
Source

About

Graphics drawing primitives and other support functions

Commands

sdl_gfx

Examples

Check installed version of SDL_gfx library$ pkg-config --modversion SDL_gfx
Compile C program linking against SDL_gfx$ gcc -o myapp myapp.c $(pkg-config --cflags --libs SDL_gfx)
View SDL_gfx library installation path$ pkg-config --variable=libdir SDL_gfx