GLGE (programming library)
Appearance
GLGE is a programming library for use with WebGL and JavaScript.
GLGE is a javascript library intended to ease the use of WebGL; which is basically a native browser javascript API giving direct access to openGL ES2, allowing for the use of hardware accelerated 2D/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 his/her time creating richer content for the web.
Main Features
- Keyframe animation
- Perpixel 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
Planed additions(pending no technical walls), not nessasarly in this order
- Shape keys
Primatives Creation + Much more