GLGE

A javascript webGL graphics library

  • 所有者: supereggbert/GLGE
  • 平台:
  • 许可证: Other
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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 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.

LICENSE

GLGE is made available under a BSD (3-point) style license

BUILDING GLGE

GLGE requires nodejs, to build simply:

git submodule init
git submodule update
./build.js

For more options:

./build.js --help

RUNNING THE EXAMPLES LOCALLY IN CHROME

Chrome doesn't support cross-origin requests which means running from a
file:/// url doesn't work. You can start a small webserver using Python:

cd /path/to/glge
python -m SimpleHTTPServer 1234

Now open: http://localhost:1234/examples/

SUPPORT

For help and support:
IRC: #glge on irc.freenode.net
EMAIL: glge@googlegroups.com
WEB: www.glge.org

FEATURES

  1. Keyframe animation
  2. Perpixel lighting directional lights, spot lights and point lights
  3. Normal mapping
  4. Animated materials
  5. Skeletal animation(WIP)
  6. Collada format support
  7. Parallax Mapping
  8. Text rendering(probably bitmap)
  9. Fog
  10. Depth Shadows
  11. Shader based picking
  12. Environment mapping
  13. Reflections/Refractions
  14. Collada Animations
  15. 2d filters
  16. Culling
  17. LOD

PLANNED ADDITIONS

  1. Shape keys
  2. Portals
  3. Physics
  4. primative creation
  • Much more!

主要指标

概览
名称与所有者supereggbert/GLGE
主编程语言JavaScript
编程语言Shell (语言数: 4)
平台
许可证Other
所有者活动
创建于2009-12-14 15:33:28
推送于2014-06-20 11:33:44
最后一次提交2014-06-20 12:33:44
发布数0
用户参与
星数395
关注者数23
派生数84
提交数635
已启用问题?
问题数58
打开的问题数23
拉请求数26
打开的拉请求数7
关闭的拉请求数12
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?