This package contains bindings to EGL for the Nim programming language. Some EGL extensions are supported (currently only for Android)
- Android
In the future, more platforms may receive support
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.
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