No description
Find a file
2016-01-30 12:53:11 -05:00
docs Renamed package to gles. 2016-01-30 12:53:11 -05:00
examples Renamed package to gles. 2016-01-30 12:53:11 -05:00
src Renamed package to gles. 2016-01-30 12:53:11 -05:00
.gitignore Added logo. 2015-05-12 09:03:07 -04:00
gles.nimble Renamed package to gles. 2016-01-30 12:53:11 -05:00
LICENSE Initial commit 2015-05-01 12:04:36 +02:00
nim.cfg Added better debugging support. 2015-07-30 09:16:33 -04:00
nimdoc.cfg Renamed package to gles. 2016-01-30 12:53:11 -05:00
README.md Renamed package to gles. 2016-01-30 12:53:11 -05:00

gles

Nim bindings for OpenGL ES, the embedded 3D graphics library.

gles Logo

About

This package contains bindings to OpenGL ES for the Nim programming language. OpenGL ES, a well-defined subset of OpenGL, is a royalty-free, cross-platform API for full-function 2D and 3D graphics on embedded systems, including consoles, phones, appliances and vehicles.

Supported Platforms

TODO

Prerequisites

TODO

Dependencies

This package does not have any dependencies to other Nim packages at this time.

Usage

TODO

Support

Please file an issue, submit a pull request or email us at info@nimio.us if this package is out of date or contains bugs.

References