Module club.doki7.opengl


module club.doki7.opengl

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

For OpenGL reference, see docs.gl.

Use in Maven

<dependency>
    <groupId>club.doki7</groupId>
    <artifactId>opengl</artifactId>
    <version>0.3.3</version>
    <scope>compile</scope>
</dependency>