pngLua
PNG decoder library
A compact and cleaner implementation of a PNG decoder in Lua
A png decoder based on DelusionalLogic's but made a lot cleaner and compacted into a single file, designed for CC:T with a saner object system
11 stars
0 watching
1 forks
Language: Lua
last commit: 3 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
randy408/libspng | A lightweight PNG image decoder and encoder library with a focus on performance and simplicity. | 736 |
lisp-mirror/pngload | A library to decode PNG images in Common Lisp, optimized for speed and with features like chunk support and metadata parsing. | 1 |
lvandeve/lodepng | A PNG encoder and decoder written in C++ with support for ANSI C | 2,104 |
pnggroup/libpng | A Portable Network Graphics (PNG) image format implementation with support for compression and decompression. | 1,290 |
sztupy/luadec51 | A tool for decompiling Lua 5.1 scripts into human-readable code | 319 |
flamendless/arson.lua | A library that enables encoding and decoding of custom data types into JSON format | 10 |
lv2/pugl | A minimal, portable API for creating GUIs on various platforms. | 181 |
neopallium/lua-pb | A Lua implementation of Protocol Buffers for efficient data serialization and deserialization. | 289 |
bungle/lua-resty-snappy | A Lua module providing bindings to the Snappy compression algorithm | 19 |
floatingbanana/grove | A set of Lua libraries providing utility functions for graphics and animation in game development. | 13 |
tomaka/hlua | A Rust library that provides a high-level interface to Lua 5.2 | 510 |
phoboslab/pl_mpeg | A single-file C library for decoding MPEG1 Video and MP2 Audio | 803 |
pfirsich/kaun | A Lua module for 3D graphics intended to provide a low-level API for abstracting away OpenGL details and enabling advanced techniques without the need for significant modifications to an existing game engine. | 7 |
rxi/json.lua | A lightweight JSON encoding and decoding library written in Lua | 1,865 |
gvx/bitser | A Lua serialization and deserialization library optimized for speed and compactness | 159 |