1. Home
  2. Browse
  3. sfml

sfml

v2.5.1#14Go to latest

Simple and fast multimedia library

Install

Run the following Vcpkg command to install the port.

vcpkg install sfml

Usage

The package sfml provides CMake targets:

find_package(SFML COMPONENTS system window graphics CONFIG REQUIRED)
target_link_libraries(main PRIVATE sfml-system sfml-network sfml-graphics sfml-window)
# If you want SFML to provide an implementation of main():
target_link_libraries(main PRIVATE sfml-main)

Dependencies

See source

Version

v2.5.1#14

Publication

Supports

All

GitHub

SFML/SFML11K

Homepage

github.com/sfml/sfml

Subtree

df806d3a4b

License

Zlib

Definition

Manifest