Module club.doki7.stb


module club.doki7.stb

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

STB is a collection of single-file public domain libraries for C/C++ that provide various utilities such as image loading, font rendering, and more.

The following bindings are now provided:

Use in Maven

<dependency>
    <groupId>club.doki7</groupId>
    <artifactId>stb</artifactId>
    <version>0.4.4</version>
    <scope>compile</scope>
</dependency>