sfml

Multimedia library providing graphics, audio, and window management

brewmacoslinux
Try with needOr install directly
Source

About

Multi-media library with bindings for multiple languages

Commands

sfml

Examples

Verify SFML installation by checking version and configuration$ pkg-config --modversion sfml-graphics
Compile a C++ program using SFML graphics library$ g++ -c main.cpp `pkg-config --cflags sfml-graphics` && g++ main.o -o myapp `pkg-config --libs sfml-graphics`
List all available SFML modules and their paths$ pkg-config --list-all | grep sfml