Difference between revisions of "TLTools"
m (Updated download links) |
m (Fixed layout mishap) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | [[File:TLtools_logo.png]] | |
− | |||
− | |||
− | |||
− | [ | + | TLtools is a collection of high-quality libraries made by [[User:Taehl|Taehl]]: |
+ | {{#ask: [[Category:Libraries]] [[Author::User:Taehl]] | ||
+ | | headers=hide | ||
+ | | ?Description | ||
+ | }} | ||
+ | =Outdated= | ||
==TLibCompress== | ==TLibCompress== | ||
− | Can zip and unzip strings, reducing their size. A good way to save bandwidth when sending strings across a network | + | Can zip and unzip strings, reducing their size. A good way to save bandwidth when sending strings across a network. |
* ''TLibCompress.CompressLZW(string)'' returns a zipped string | * ''TLibCompress.CompressLZW(string)'' returns a zipped string | ||
− | * ''TLibCompress. | + | * ''TLibCompress.DecompressLZW(string)'' returns an unzipped version of a zipped string |
[http://dl.dropbox.com/u/3713769/web/Love/TLTools/TLibCompress.lua Download] | [http://dl.dropbox.com/u/3713769/web/Love/TLTools/TLibCompress.lua Download] | ||
Line 15: | Line 17: | ||
{{#set:LOVE Version=Any}} | {{#set:LOVE Version=Any}} | ||
− | {{#set:Description= | + | {{#set:Description=High-quality libraries for a range of purposes}} |
− | {{#set:License= | + | {{#set:License=ZLIB license}} |
{{#set:Author=User:Taehl}} | {{#set:Author=User:Taehl}} | ||
− |
Latest revision as of 01:43, 2 August 2013
TLtools is a collection of high-quality libraries made by Taehl:
TEsound | A sound manager that makes it easy to use sound and music |
TEsound (Español) | Un administrador de sonido que hace más fácil usar sonido y música |
TLbind | A simple system for creating professional control schemes |
TLfres | Lets games run at any resolution, easily and without stretching |
TLpath | Add A* pathfinding to games |
Tserial | Converts tables into strings and back. Good for saving games, multiplayer, etc. |
Outdated
TLibCompress
Can zip and unzip strings, reducing their size. A good way to save bandwidth when sending strings across a network.
- TLibCompress.CompressLZW(string) returns a zipped string
- TLibCompress.DecompressLZW(string) returns an unzipped version of a zipped string