All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.lwjgl.stb.package-info Maven / Gradle / Ivy

/*
 * Copyright LWJGL. All rights reserved.
 * License terms: https://www.lwjgl.org/license
 * MACHINE GENERATED FILE, DO NOT EDIT
 */

/**
 * 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.
  • *
*/ package org.lwjgl.stb;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy