GithubHelp home page GithubHelp logo

glge's Introduction

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: [email protected]
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
7) primative creation

+ Much more!

glge's People

Contributors

antont avatar bliof avatar danielrh avatar danx0r avatar ewencp avatar flufy3d avatar jefftrull avatar letmaik avatar lubosz avatar martin1982 avatar pathorn avatar splict avatar statico avatar stepheneb avatar supereggbert avatar victorcarlquist avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.