Module club.doki7.glfw


module club.doki7.glfw

GLFW Java bindings implemented with Java 22 FFM (Project Panama) APIs.

GLFW is an Open Source, multi-platform library for OpenGL, OpenGL ES and Vulkan development on the desktop. It provides a simple API for creating windows, contexts and surfaces, receiving input and events.

For actual API documentation, see packages documentation. For GLFW documentation, see GLFW website.

Use in Maven

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