1. Home
  2. Browse
  3. sfml

sfml

v2.6.2#0Latest

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 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)

Features

Dependencies

See source

Version

v2.6.2#0

Publication

Supports

All

GitHub

SFML/SFML10K

Homepage

github.com/SFML/SFML

Subtree

df6921c0b6

License

Zlib

Definition

Manifest