Skip to content
/ egl Public

Nim bindings for EGL, the native platform interface for rendering APIs.

License

Notifications You must be signed in to change notification settings

nimious/egl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

egl

Nim bindings for EGL, the native platform interface for rendering APIs.

egl Logo

About

This project contains bindings to Khronos EGL for the Nim programming language. EGL is an interface between Khronos rendering APIs such as OpenGL ES or OpenVG and the underlying native platform window system.

Supported Platforms

  • Android
  • FreeBSD
  • iOS
  • Linux
  • OpenBSD
  • MacOS X
  • Windows

Prerequisites

Windows

The latest versions of Windows do not include support for OpenGL ES out of the box, and an emulator needs to be installed. We have tested this package with the ARM MALI OpenGL ES Emulator (see link below). Other emulators may work as well.

Dependencies

This project depends on nim-lang/x11 for FreeBSD, Linux, OpenBSD and Unix variants. It can be acquired via nimble, i.e.

nimble install x11

Usage

Import the egl module from this package to make the bindings available in your project:

import egl

Support

Please file an issue, submit a pull request or email us at [email protected] if this package is out of date or contains bugs.

References

About

Nim bindings for EGL, the native platform interface for rendering APIs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages