Simple and fast multimedia library
Run the following Vcpkg command to install the port.
vcpkg install sfml
The package sfml provides CMake targets:
find_package(SFML COMPONENTS system window graphics audio CONFIG REQUIRED) target_link_libraries(main PRIVATE sfml-system sfml-network sfml-graphics sfml-window sfml-audio) # If you want SFML to provide an implementation of main(): target_link_libraries(main PRIVATE sfml-main)
Use sfml-audio library
Use sfml-graphics library
Use sfml-network library
Use sfml-window library
v2.6.1#1
Nov 1, 2024
All
SFML/SFML10K
github.com/SFML/SFML
163b97d462
Zlib
Manifest