freeglut v3.4.0
- Created
- Updated
A free OpenGL utility toolkit, the open-sourced alternative to the GLUT library.
# Usage
freeglut provides CMake targets:
find_package(FreeGLUT CONFIG REQUIRED)
target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:FreeGLUT::freeglut>,FreeGLUT::freeglut,FreeGLUT::freeglut_static>)
freeglut is compatible with built-in CMake targets:
find_package(GLUT REQUIRED)
target_link_libraries(main PRIVATE GLUT::GLUT)
# License
Unspecified
# Supported Platforms
!ios
- ✅ linux
- ✅ osx
- ✅ uwp
- ✅ windows
# Features
No features defined.
# Dependencies
and 2 transitive dependencies:
- egl-registry (by opengl-registry )
- opengl-registry (by opengl )
# Host Dependencies
No transitive dependencies.
# Dependents
# Host Dependents
No dependents.
# Contributors
- Ebrahim Byagowi
- Alexander Karatarakis
- Arkady Shapkin
- Stefano Sinigardi
- Robert Schumacher
- icedream2linxi
- Qing-Dong Wang
- pravic
- Phoebe
- myd7349
- MACHIZAUD Andréa
- Igor Kostenko
- Tim Autry
- Jack·Boos·Yu
- Davide Beatrici
- Billy O'Neal
- autoantwort
- Kai Pastor
- gerard-ryan-immersaview
# Changelog
and 23 more commits:
827c893
[sfml] Support Linux1b2f75b
[vcpkg] Support \share\<port>\usage to handle libraries which are found through built-in Find Modules.68bfea1
rename freeglut_static.lib for compatibility with FindGLUT.cmake26516fe
vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)f8ae609
[freeglut] Remove debug suffixe6ebc03
[freeglut] Extract SOURCE_PATH variable628420b
[freeglut] Enable static building. Fix pdb copying issuescadee66
If portfile is not static-enabled yet, warn and then build dynamic The opposite if portfile is not dynamic enabled1808d46
triplet is now automatically included before portfiles.98b270b
[freeglut] Mark as not supporting static building yet7509182
Add freeglut