A free OpenGL utility toolkit, the open-sourced alternative to the GLUT library.
Run the following Vcpkg command to install the port.
vcpkg install freeglut
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)
v3.4.0#3
Jun 19, 2024
!ios
FreeGLUTProject/freeglut760
sourceforge.net/projects/freeglut
6db51d86a9
Complex license
Manifest