libstb 0.0~git20230129.5736b15+ds-ok1 source package in openKylin
Changelog
libstb (0.0~git20230129.5736b15+ds-ok1) nile; urgency=medium * Build for openKylin. -- Luoyaoming <email address hidden> Wed, 24 Apr 2024 17:24:52 +0800
libstb (0.0~git20230129.5736b15+ds-ok1) nile; urgency=medium * Build for openKylin. -- Luoyaoming <email address hidden> Wed, 24 Apr 2024 17:24:52 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | libs | |
Huanghe V3.0 | release | main | libs | |
Nile V2.0 | release | main | libs | |
Nile V2.0 | proposed | main | libs |
File | Size | SHA-256 Checksum |
---|---|---|
libstb_0.0~git20230129.5736b15+ds.orig.tar.xz | 1.0 MiB | 628659d756fd448fadde6a34a72bef2a3aa3918bf55c6aaa6dc079a7b0af6cfe |
libstb_0.0~git20230129.5736b15+ds-ok1.debian.tar.xz | 10.8 KiB | 998d034f693dd63944884a1a08cc6d8ec2139b5bf9d9b0cae0de5f71472ab79d |
libstb_0.0~git20230129.5736b15+ds-ok1.dsc | 1.9 KiB | a49aab9ed50ee201f1b49dac62499e9e34a5b787e73be046e40a4f4c7d708bcc |
libstb is a set of single-file libraries for C/C++. The files are dual-licensed
under public domain and the MIT license.
.
It includes the following modules:
* stb_vorbis.c: decode ogg vorbis files from file/memory to float/16-bit
signed output
* stb_image.h: image loading/decoding from file/memory: JPG, PNG, TGA, BMP,
PSD, GIF, HDR, PIC
* stb_truetype.h: parse, decode, and rasterize characters from truetype fonts
* stb_image_write.h: image writing to disk: PNG, TGA, BMP
* stb_image_resize.h: resize images larger/smaller with good quality
* stb_rect_pack.h: simple 2D rectangle packer with decent quality
* stb_sprintf.h: fast sprintf, snprintf for C/C++
* stretchy_buffer.h: typesafe dynamic array for C (i.e. approximation to
vector<>), doesn't compile as C++
* stb_textedit.h: guts of a text editor for games etc implementing them from
scratch
* stb_voxel_render.h: Minecraft-esque voxel rendering "engine" with many more
features
* stb_dxt.h: Fabian "ryg" Giesen's real-time DXT compressor
* stb_perlin.h: revised Perlin noise (3D input, 1D output)
* stb_easy_font.h: quick-and-dirty easy-to-deploy bitmap font for printing
frame rate, etc
* stb_tilemap_
* stb_herringbone
* stb_c_lexer.h: simplify writing parsers for C-like languages
* stb_divide.h: more useful 32-bit modulus e.g. "euclidean divide"
* stb_connected_
* stb.h: helper functions for C, mostly redundant in C++; basically author's
personal stuff
* stb_leakcheck.h: quick-and-dirty malloc/free leak-checking
.
This package contains the development files.
libstb is a set of single-file libraries for C/C++. The files are dual-licensed
under public domain and the MIT license.
.
It includes the following modules:
* stb_vorbis.c: decode ogg vorbis files from file/memory to float/16-bit
signed output
* stb_image.h: image loading/decoding from file/memory: JPG, PNG, TGA, BMP,
PSD, GIF, HDR, PIC
* stb_truetype.h: parse, decode, and rasterize characters from truetype fonts
* stb_image_write.h: image writing to disk: PNG, TGA, BMP
* stb_image_resize.h: resize images larger/smaller with good quality
* stb_rect_pack.h: simple 2D rectangle packer with decent quality
* stb_sprintf.h: fast sprintf, snprintf for C/C++
* stretchy_buffer.h: typesafe dynamic array for C (i.e. approximation to
vector<>), doesn't compile as C++
* stb_textedit.h: guts of a text editor for games etc implementing them from
scratch
* stb_voxel_render.h: Minecraft-esque voxel rendering "engine" with many more
features
* stb_dxt.h: Fabian "ryg" Giesen's real-time DXT compressor
* stb_perlin.h: revised Perlin noise (3D input, 1D output)
* stb_easy_font.h: quick-and-dirty easy-to-deploy bitmap font for printing
frame rate, etc
* stb_tilemap_
* stb_herringbone
* stb_c_lexer.h: simplify writing parsers for C-like languages
* stb_divide.h: more useful 32-bit modulus e.g. "euclidean divide"
* stb_connected_
* stb.h: helper functions for C, mostly redundant in C++; basically author's
personal stuff
* stb_leakcheck.h: quick-and-dirty malloc/free leak-checking