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:
stb_image.h
(packageclub.doki7.stb.image
)stb_image_write.h
(packageclub.doki7.stb.imagewrite
)stb_image_resize2.h
(packageclub.doki7.stb.imageresize
)stb_truetype.h
(packageclub.doki7.stb.truetype
)stb_vorbis.c
(packageclub.doki7.stb.vorbis
)
Use in Maven
<dependency>
<groupId>club.doki7</groupId>
<artifactId>stb</artifactId>
<version>0.4.4</version>
<scope>compile</scope>
</dependency>
-
Packages
ExportsPackageDescription