-
Notifications
You must be signed in to change notification settings - Fork 84
Home
What is GLGE?
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 application
without having to download any plugins.
The aim of GLGE 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
1) keyframe animation
2) perpixel lighting directional lights, spot lights and point lights
3) normal mapping
4) animated materials
5) skeletal animation
Planed additions(pending no technical walls), not nessasarly in this order
1) fog
2) Text rendering(probably bitmap)
3) projected shadows
4) Environment mapping
5) parallax mapping
6) shape keys
7) reflections