csfml

C bindings for SFML multimedia library for graphics and audio

brewmacoslinux
Try with needOr install directly
Source

About

SMFL bindings for C

Commands

csfml

Examples

Link against CSFML graphics library when compiling C code$ gcc -c myprogram.c -I$(brew --prefix csfml)/include && gcc myprogram.o -o myprogram -L$(brew --prefix csfml)/lib -lcsfml-graphics -lcsfml-window -lcsfml-system
Check installed CSFML version and library files$ ls -la $(brew --prefix csfml)/lib | grep csfml
View CSFML header files for available APIs$ ls $(brew --prefix csfml)/include/SFML/