Interface between rendering APIs (OpenGL, OpenGL ES, etc.) and the native windowing system.

Most services of this module are a direct wrapper of the underlying C library. If a method or class is not documented in Nit, refer to the official documentation by the Khronos Group at: http://www.khronos.org/registry/egl/sdk/docs/man/xhtml/

All groups and modules

module egl

egl :: egl

Interface between rendering APIs (OpenGL, OpenGL ES, etc.) and the native windowing system.
package_diagram egl egl android android egl->android java java android->java app app android->app core core android->core mnit mnit android->mnit c c android->c gamnit gamnit android->gamnit json json android->json gamnit->egl glesv2 glesv2 gamnit->glesv2 ...java ... ...java->java ...app ... ...app->app ...core ... ...core->core ...mnit ... ...mnit->mnit ...c ... ...c->c ...gamnit ... ...gamnit->gamnit ...json ... ...json->json glesv2->egl android... ... android...->android

Ancestors

package app

app

app.nit, a framework for portable applications
package binary

binary

Read and write binary data with any Reader and Writer
package c

c

Structures and services for compatibility with the C language
package cocoa

cocoa

Cocoa API, the development layer of OS X
package core

core

Nit common library of core classes and methods
package curl

curl

Data transfer powered by the native curl library
package dom

dom

Easy XML DOM parser
package gamnit

gamnit

Portable game and multimedia framework for Nit
package gen_nit

gen_nit

Support to generate and otherwise manipulate Nit code
package geometry

geometry

Basic geometry data structures and services.
package glesv2

glesv2

OpenGL graphics rendering library for embedded systems, version 2.0
package gtk

gtk

GTK+ widgets and services
package ios

ios

iOS support for app.nit
package java

java

Supporting services for the FFI with Java and to access Java libraries
package json

json

read and write JSON formatted text
package jvm

jvm

Java Virtual Machine invocation API and others services from the JNI C API
package linux

linux

Implementation of app.nit for the Linux platform
package matrix

matrix

Services for matrices of Float values
package meta

meta

Simple user-defined meta-level to manipulate types of instances as object.
package mnit

mnit

package more_collections

more_collections

Highly specific, but useful, collections-related classes.
package msgpack

msgpack

MessagePack, an efficient binary serialization format
package opts

opts

Management of options on the command line
package parser_base

parser_base

Simple base for hand-made parsers of all kinds
package performance_analysis

performance_analysis

Services to gather information on the performance of events by categories
package pipeline

pipeline

Pipelined filters and operations on iterators.
package poset

poset

Pre order sets and partial order set (ie hierarchies)
package pthreads

pthreads

POSIX Threads support
package realtime

realtime

Services to keep time of the wall clock time
package sdl2

sdl2

This is a low-level wrapper of the SDL 2.0 library (as sdl2) and SDL_image 2.0 (as sdl2::image).
package serialization

serialization

Abstract serialization services
package socket

socket

Socket services
package sqlite3

sqlite3

Services to manipulate a Sqlite3 database
package template

template

Basic template system
package xdg_basedir

xdg_basedir

Services for using the XDG Base Directory specification

Parents

package android

android

Android platform support and APIs

Children

package gamnit

gamnit

Portable game and multimedia framework for Nit
package glesv2

glesv2

OpenGL graphics rendering library for embedded systems, version 2.0

Descendants

package android

android

Android platform support and APIs
package app

app

app.nit, a framework for portable applications
package ios

ios

iOS support for app.nit
package linux

linux

Implementation of app.nit for the Linux platform