Registry / other / glu
library8.3.0rbrubygemsunverified

Provides GLU (OpenGL Utility Library) bindings for the opengl gem, separated due to GLU deprecation.

gem install glu
INSTALL
IMPORT
SIG · GLU
G
glu
otherrubyv8.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

GLU
require 'glu'

Use GLU functions like gluLookAt for camera positioning.

require 'glu' # Example: gluLookAt GLU.lookAt(0, 0, 5, 0, 0, 0, 0, 1, 0)
Debug
Known issues
gotchaGLU is deprecated in modern OpenGL; consider using matrix math instead.
fix
Replace GLU calls with manual matrix operations or a math library.
affects: >= 0
Upgrade
Version history
8.3.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
22
Meta
1
Resources