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 theeoffield of theSTBIIOCallbacksstruct.STBIReadCallbackI Instances of this interface may be set to thereadfield of theSTBIIOCallbacksstruct.STBISkipCallbackI Instances of this interface may be set to theskipfield of theSTBIIOCallbacksstruct.STBIWriteCallbackI Instances of this interface may be used with theSTBImageWritewrite_type_to_funcfunctions.
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.