1. Home
  2. Browse
  3. sfml

sfml

v3.0.0#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 Network Graphics Window Audio System CONFIG REQUIRED)
target_link_libraries(main PRIVATE SFML::Network SFML::Graphics SFML::Window SFML::Audio SFML::System)
# If you want SFML to provide an implementation of main():
target_link_libraries(main PRIVATE SFML::Main)

Features

Dependencies

See source

Version

v3.0.0#0

Publication

Supports

All

GitHub

SFML/SFML11K

Homepage

github.com/SFML/SFML

Subtree

23b33f5a01

License

Zlib

Definition

Manifest