sfmlv3.0.2
- Updated
Simple and fast multimedia library
- Project website: https://github.com/SFML/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
Default features: audio, graphics, network, window
#audiodefault
Use sfml-audio library
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (through libogg)
- vcpkg-cmake-config (through libogg)
#graphicsdefault
Use sfml-graphics library
Dependencies:
and 3 transitive dependencies:
- egl-registry (through opengl-registry)
- opengl (through sfml)
- opengl-registry (through opengl)
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (through freetype)
- vcpkg-cmake-config (through freetype)
#networkdefault
Use sfml-network library
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
#windowdefault
Use sfml-window library
Dependencies:
and 2 transitive dependencies:
- egl-registry (through opengl-registry)
- opengl-registry (through opengl)
Host Dependencies:
No dependencies.
#Dependencies
No dependencies.
#Host Tool For
No ports use this.
#Contributors
codicodi
Robert Schumacher
Alexander Karatarakis
jonathan.r.paton@googlemail.com
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
ytnuf
Emilian R
#Changelog
Show 31 earlier changes
2188e99[sfml]Add usage.879a7faFix opengl for SFMLc538d6dUpgrades 2018.10.2567da156[sfml] Fix using release freetype in debug mode2a9fd46Added proper window-static support4105e55remove libjpeg of SFML CONTROL filec10d9d1[sfml] Use upstream CMake. Install SFMLConfig.cmake.84e8075[sfml] update to 2.5.0827c893[sfml] Support Linuxfbd6295Updated SFML to use github26516fevcpkg_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