Package org.lwjgl.stb

Contains bindings to stb, a set of single-file public domain libraries.

See: Description

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.