1. Home
  2. Browse
  3. freeglut

freeglut

v3.4.0#3Latest

A free OpenGL utility toolkit, the open-sourced alternative to the GLUT library.

Install

Run the following Vcpkg command to install the port.

vcpkg install freeglut

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)

Dependencies

See source

Version

v3.4.0#3

Publication

Supports

!ios

GitHub

FreeGLUTProject/freeglut

Homepage

sourceforge.net/projects/freeglut

Subtree

6db51d86a9

License

Complex license

Definition

Manifest