GLGE (programming library)
It is proposed that this article be deleted because of the following concern:
If you can address this concern by improving, copyediting, sourcing, renaming, or merging the page, please edit this page and do so. You may remove this message if you improve the article or otherwise object to deletion for any reason. Although not required, you are encouraged to explain why you object to the deletion, either in your edit summary or on the talk page. If this template is removed, do not replace it. This message has remained in place for seven days, so the article may be deleted without further notice. Find sources: "GLGE" programming library – news · newspapers · books · scholar · JSTOR Nominator: Please consider notifying the author/project: {{subst:proposed deletion notify|GLGE (programming library)|concern=Fails [[WP:GNG]]}} ~~~~ Timestamp: 20250505200957 20:09, 5 May 2025 (UTC) Administrators: delete |
![]() | This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
|
GLGE is a programming library for use with WebGL and JavaScript.
GLGE is a JavaScript library intended to ease the use of WebGL, a native browser JavaScript API giving direct access to OpenGL ES 2, allowing for the use of hardware accelerated 2D and 3D applications without having to download any plugins.
The aim of GLGE is to mask the involved nature of WebGL from the web developer, who can then spend their time creating richer content for the web.
Main features
- Keyframe animation
- Per-pixel lighting directional lights, spot lights and point lights
- Normal mapping
- Animated materials
- Skeletal animation
- COLLADA format support
- Parallax mapping
- Text rendering
- Fog
- Depth Shadows
- Shader-based picking
- Environment mapping
- Reflections/Refractions
- Collada Animations
- Portals
- LOD
- Culling
- 2D filters
External links
- Official Site Archived 2022-03-03 at the Wayback Machine
- Source Code