1. Home
  2. Browse
  3. sfml

sfml

v2.6.0#18Go 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.6.0#18

Publication

Supports

All

GitHub

SFML/SFML11K

Homepage

github.com/SFML/SFML

Subtree

becc2e4210

License

Zlib

Definition

Manifest