freeglut
brew install freeglut
v3.8.0
MIT
Open-source C library implementing OpenGL Utility Toolkit (GLUT) for window/event handling in 3D graphics applications.
Why you might care
Freeglut is the standard drop-in replacement for the original GLUT library, providing windowing, input events, and menu support for OpenGL programs on Unix-like systems. It's actively maintained, cross-platform compatible, and widely used as a runtime dependency in graphics education and legacy OpenGL projects. Choose this over GLFW if you need exact GLUT API compatibility.
6.5k
30-day installs · #488
18.4k
90-day · #552
44.9k
365-day · #731
Runtime dependencies
Build dependencies
Links
- https://freeglut.sourceforge.net/
- Brew formula source: Formula/f/freeglut.rb
Blurb generated by claude-haiku-4-5 on today.
Raw metadata
{
"aliases": [],
"alternatives": [
"GLFW",
"SDL2",
"SFML",
"Allegro"
],
"build_dependencies": [
"cmake"
],
"categories": [
"library",
"graphics"
],
"caveats": null,
"conflicts_with": [],
"dependencies": [
"libx11",
"libxi",
"libxrandr",
"libxxf86vm",
"mesa"
],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Open-source alternative to the OpenGL Utility Toolkit (GLUT) library",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:37:48+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "freeglut",
"github_default_branch": null,
"github_last_commit_at": null,
"github_readme_excerpt": null,
"github_repo": null,
"github_stars": null,
"github_topics": [],
"homepage": "https://freeglut.sourceforge.net/",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": "The freeglut Project :: About",
"installs_30d": 6517,
"installs_365d": 44870,
"installs_90d": 18447,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "MIT",
"llm_generated_at": "2026-06-20T23:45:12+00:00",
"llm_model": "claude-haiku-4-5",
"name": "freeglut",
"oldnames": [],
"one_liner": "Open-source C library implementing OpenGL Utility Toolkit (GLUT) for window/event handling in 3D graphics applications.",
"optional_dependencies": [],
"rank_30d": 488,
"rank_365d": 731,
"rank_90d": 552,
"raw_hash": "9a3db80d737f53c9",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/f/freeglut.rb",
"tap": "homebrew/core",
"test_dependencies": [
"pkgconf"
],
"uses_from_macos": [],
"version_head": null,
"version_stable": "3.8.0",
"versioned_formulae": [],
"why_use_this": "Freeglut is the standard drop-in replacement for the original GLUT library, providing windowing, input events, and menu support for OpenGL programs on Unix-like systems. It\u0027s actively maintained, cross-platform compatible, and widely used as a runtime dependency in graphics education and legacy OpenGL projects. Choose this over GLFW if you need exact GLUT API compatibility."
}