Registry / utility / lwjgl-stb

lwjgl-stb

JSON →
library3.4.1javamavenunverified

Provides Java bindings for the stb single-file public domain libraries, enabling font rendering, image loading, and audio decoding.

<dependency> <groupId>org.lwjgl</groupId> <artifactId>lwjgl-stb</artifactId> <version>3.4.1</version> </dependency>
INSTALL
IMPORT
SIG · LWJGL-STB
L
lwjgl-stb
utilityjavav3.4.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

STBTruetype
org.lwjgl.stb.STBTruetype

Initializes a TrueType font using STBTruetype.

import org.lwjgl.stb.STBTruetype; import org.lwjgl.system.MemoryStack; // Example: Load a font STBTruetype.stbtt_InitFont(fontInfo, fontData);
Debug
Known issues
gotchaLWJGL STB bindings require native libraries; ensure LWJGL native JARs are included for your platform.
fix
Add the appropriate LWJGL native dependency (e.g., lwjgl-platform) or use LWJGL's Maven classifier.
affects: all
Upgrade
Version history
3.4.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
lwjgl-stb — mvn dependency:get lwjgl-stb · libregistry