egl

Bindings for EGL, the native platform interface for rendering APIs.

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version Unknown
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-07-21 05:24

Installation

nimble install egl
choosenim install egl
git clone https://github.com/nimious/egl.git

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
egl - - - - - - -

Source

Repository https://github.com/nimious/egl.git
Homepage https://github.com/nimious/egl
Registry Source nimble_official

README

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 info@nimio.us if this package is out of date or contains bugs.

References