Adding initial commit

This commit is contained in:
underscorediscovery
2013-06-23 00:24:09 -02:30
parent 182dbbe66b
commit 7ce604c914
174 changed files with 144817 additions and 3 deletions

View File

@@ -1,4 +1,11 @@
NMEGL
=====
#NMEGL
A wrapper for NME OpenGL support, allowing applications to use only the OpenGL rendering directly
A lightweight pure OpenGL wrapper for [NME](http://nme.io) and NME build tools.
A good starting point for building OpenGL applications across Mac, Windows, Linux, Blackberry, HTML5(WebGL), Android, iOS.
#How it works
NME is a cross platform library, with a build tool, for building applications across many platforms. Frameworks like [OpenFL](http://github.com/openfl) leverage NME to implement a cross platform Flash API to great effect.
NMEGL exposes the OpenGL layer across the platforms that support it, for developers to build new frameworks on top of.