Lua-huff PSP: Difference between revisions
From GameBrew
More actions
No edit summary |
No edit summary |
||
| Line 27: | Line 27: | ||
* Author's website - [https://web.archive.org/web/20060210044912/http://www.cs.ulm.edu/~Ejself/jmenc/ http://www.cs.ulm.edu/~Ejself/jmenc/] (archived) | * Author's website - [https://web.archive.org/web/20060210044912/http://www.cs.ulm.edu/~Ejself/jmenc/ http://www.cs.ulm.edu/~Ejself/jmenc/] (archived) | ||
* ps2dev.org - https://forums.ps2dev.org/viewtopic.php?f=21&t=4777 | * ps2dev.org - https://forums.ps2dev.org/viewtopic.php?f=21&t=4777 | ||
[[Category:Lua applications on PSP]] | |||
Latest revision as of 08:56, 6 December 2024
| lua-huff | |
|---|---|
| General | |
| Author | modsyn |
| Type | Demos |
| Version | 2006 |
| License | Mixed |
| Last Updated | 2006/01/23 |
| Links | |
| Download | |
| Website | |
| Source | |
This is a basic data compression script that uses Huffman's algorithm in Lua.
See index.lua for a simple example of its use. Read the source (huff.l) for a more indepth understanding.
It's slow, especially for medium to large sized files.
Screenshots
External links
- Author's website - http://www.cs.ulm.edu/~Ejself/jmenc/ (archived)
- ps2dev.org - https://forums.ps2dev.org/viewtopic.php?f=21&t=4777