mirror of
https://github.com/lualvsil/negl
synced 2026-01-05 07:51:10 +00:00
No description
| examples | ||
| src | ||
| LICENSE | ||
| negl.nimble | ||
| README.md | ||
NEGL
This package contains bindings to EGL for the Nim programming language. Some EGL extensions are supported (currently only for Android)
Supported Platform
- Android
In the future, more platforms may receive support
Contribute
I'm only one person and I use this library almost daily for personal projects. If you need more extensions, or support for other platform, you can PR or open an Issue with the specification.
Usage
Import the negl module to use egl functions in your project
import negl
var display = eglGetDisplay(EGL_DEFAULT_DISPLAY)
# Create a context, draw with OpenGL
To use the extensions:
import negl
import negl/exts