Module club.doki7.gles2


module club.doki7.gles2

OpenGL ES 2.0 Java bindings implemented with Java22 FFM (Project Panama) APIs.

OpenGL ES is royalty-free, cross-platform API for full-function 2D and 3D graphics on embedded systems - including consoles, phones, appliances and vehicles. It consists of well-defined subsets of desktop OpenGL, creating a flexible and powerful low-level interface between software and graphics acceleration.

Note that this module only contains core APIs of OpenGL ES 2.0. Our team is still working to figure out an ideal way of binding and delivering all OpenGL versions and extensions.

For OpenGL ES2 reference, see docs.gl.

Use in Maven

<dependency>
    <groupId>club.doki7</groupId>
    <artifactId>gles2</artifactId>
    <version>0.3.3</version>
    <scope>compile</scope>
</dependency>
  • Packages

    Exports
    Package
    Description
    OpenGL ES2 Java bindings implemented with Java 22 FFM (Project Panama) APIs.