sdl2_gfx

SDL2 graphics drawing primitives and support functions library

brewmacoslinux
Try with needOr install directly
Source

About

SDL2 graphics drawing primitives and other support functions

Commands

sdl2_gfx

Examples

Check SDL2_gfx library installation and version$ pkg-config --modversion SDL2_gfx
Compile a C program using SDL2_gfx drawing functions$ gcc -o myprogram myprogram.c $(pkg-config --cflags --libs SDL2_gfx)
Get compiler flags needed to link SDL2_gfx in your project$ pkg-config --cflags --libs SDL2_gfx