sfml v2.6.2
- Created
- Updated
Simple and fast multimedia library
# 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)
# License
# Supported Platforms
All platforms are supported
# Features
Default features: audio
, graphics
, network
, window
# audio default
Use sfml-audio library
Dependencies:
and one transitive dependency:
alsa (by openal-soft )
Platforms:
linux
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by libogg )
- vcpkg-cmake-config (by libogg )
# graphics default
Use sfml-graphics library
Dependencies:
and 3 transitive dependencies:
- egl-registry (by opengl-registry )
- opengl (by sfml )
- opengl-registry (by opengl )
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by freetype )
- vcpkg-cmake-config (by freetype )
# network default
Use sfml-network library
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
# window default
Use sfml-window library
Dependencies:
and 2 transitive dependencies:
- egl-registry (by opengl-registry )
- opengl-registry (by opengl )
Host Dependencies:
No dependencies.
# Dependencies
No dependencies.
# Host Dependencies
No transitive dependencies.
# Dependents
- imgui-sfml
- milerius-sfml-imgui
- sfgui
- sfml (feature
graphics
) - tgui (feature
sfml
) - thor
# Host Dependents
No dependents.
# Contributors
- codicodi
- Robert Schumacher
- Alexander Karatarakis
- [email protected]
- Sztergbaum Roman
- Lukas Dürrenberger
- Cheney Wang
- pravic
- Phoebe
- Krisztián Csordás
- Stefano Sinigardi
- JackBoosY
- Jack·Boos·Yu
- Alexander Neumann
- ras0219
- autoantwort
- Pierre Ferran
- friendlyanon
- Kai Pastor
- MonicaLiu
- Frank
- jim wang
- simolis3
# Changelog
and 27 more commits:
2188e99
[sfml]Add usage.879a7fa
Fix opengl for SFMLc538d6d
Upgrades 2018.10.2567da156
[sfml] Fix using release freetype in debug mode2a9fd46
Added proper window-static support4105e55
remove libjpeg of SFML CONTROL filec10d9d1
[sfml] Use upstream CMake. Install SFMLConfig.cmake.84e8075
[sfml] update to 2.5.0827c893
[sfml] Support Linuxfbd6295
Updated SFML to use github26516fe
vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)c9bf4b6
[sfml] Update to 2.4.2040555e
[sfml] this shouldn't be here...f047bd7
[sfml] initial commit