Skip to content

lualvsil/negl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages