opengles: Functional interface for OpenGL 4.1+ and OpenGL ES 2.0+
A functional OpenGL [ES] wrapper library. Made complicated OpenGL APIs easy yet keep flexible enough. Resulting binary size is relatively small so that apps launches faster. Works on both desktop and mobile.
Modules
- Graphics
- Graphics.EGL
- Graphics.EGL.Base
- OpenGL
- Graphics.OpenGL.CoreArb
- Graphics.OpenGL.Types
- Graphics.OpenGLES
- Graphics.OpenGLES.Base
- Graphics.OpenGLES.Base.Proc
- Graphics.OpenGLES.Buffer
- Graphics.OpenGLES.Caps
- Graphics.OpenGLES.Core
- Graphics.OpenGLES.Framebuffer
- Graphics.OpenGLES.Internal
- Graphics.OpenGLES.PixelFormat
- Graphics.OpenGLES.State
- Graphics.OpenGLES.Sync
- Graphics.OpenGLES.Texture
- Graphics.OpenGLES.Types
- Graphics.OpenGLES.Base
- TextureContainer
- Graphics.TextureContainer.KTX
- Graphics.TextureContainer.PKM
- Graphics.EGL
- Linear
- Linear.Graphics
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
useegl | By default, EGL APIs are used to get OpenGL function pointers. If Disabled, use native library instead of EGL. e.g. WGL, GLX or dlsym. | Enabled |
staticlinkes3 | By default, OpenGL ES 3.0 APIs are dynamic linked. If Enabled, may cause runtime link error on unsupported environment. OpenGL ES 2.0 APIs are always statically linked. | Disabled |
staticlinkegl15 | By default, EGL 1.5 APIs are dynamic linked. If Enabled, may cause runtime link error on unsupported environment. EGL 1.4 APIs are always statically linked. | Disabled |
buildexample | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- opengles-0.8.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.4.0, 0.5.0, 0.6.0, 0.7.0, 0.8.2, 0.8.3 |
---|---|
Dependencies | base (>=4.7 && <5), bytestring, distributive, fixed, future-resource (==0.4.0.0), ghc-prim (>=0.4 && <0.5), GLFW-b, half, lens, linear, opengles, packer (>=0.1.9 && <0.2), random, time, transformers, vector [details] |
License | LGPL-3.0-only |
Copyright | 2014-2016 capsjac |
Author | capsjac <capsjac at gmail.com> |
Maintainer | capsjac <capsjac at gmail.com> |
Category | Graphics |
Home page | https://github.com/capsjac/opengles#readme |
Source repo | head: git clone https://github.com/capsjac/opengles |
Uploaded | by capsjac at 2016-03-11T07:02:38Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | glsl-sandbox-player, windmill |
Downloads | 4448 total (2 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] All reported builds failed as of 2016-11-27 [all 3 reports] |