Package org.lwjgl.stb
Contains bindings to stb, a set of single-file public domain libraries.
See: Description
-
Interface Summary Interface Description STBIEOFCallbackI Instances of this interface may be set to theeof
field of theSTBIIOCallbacks
struct.STBIReadCallbackI Instances of this interface may be set to theread
field of theSTBIIOCallbacks
struct.STBISkipCallbackI Instances of this interface may be set to theskip
field of theSTBIIOCallbacks
struct.STBIWriteCallbackI Instances of this interface may be used with theSTBImageWrite
write_type_to_func
functions.
Package org.lwjgl.stb Description
Contains bindings to stb, a set of single-file public domain libraries.
The functionality provided by stb includes:
- Parsing TrueType files, extract glyph metrics and rendering packed font textures.
- Easy rendering of bitmap fonts.
- Reading/writing image files and resizing images (e.g. for gamma-correct MIP map creation).
- Decoding Ogg Vorbis audio files.
- Compressing DXT textures at runtime.
- Packing rectangular textures into texture atlases.
- Computing Perlin noise.