Module club.doki7.sdl3
module club.doki7.sdl3
(Experimental) SDL3 Java bindings implemented with Java 22 FFM (Project Panama) APIs.
This module is still experimental. It may contain bugs or incomplete features.
Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D.
For more information about SDL3, see libsdl.org.
Use in Maven
<dependency>
<groupId>club.doki7</groupId>
<artifactId>sdl3</artifactId>
<version>0.3.4-sdl3-alpha1</version>
<scope>compile</scope>
</dependency>
-
Packages
Exports