Difference between revisions of "TLTools"

m (Added logo)
m (Fixed layout mishap)
 
Line 1: Line 1:
 
[[File:TLtools_logo.png]]
 
[[File:TLtools_logo.png]]
 +
 
TLtools is a collection of high-quality libraries made by [[User:Taehl|Taehl]]:
 
TLtools is a collection of high-quality libraries made by [[User:Taehl|Taehl]]:
 
{{#ask: [[Category:Libraries]] [[Author::User:Taehl]]
 
{{#ask: [[Category:Libraries]] [[Author::User:Taehl]]

Latest revision as of 01:43, 2 August 2013

TLtools logo.png

TLtools is a collection of high-quality libraries made by Taehl:

TEsoundA sound manager that makes it easy to use sound and music
TLbindA simple system for creating professional control schemes
TLfresLets games run at any resolution, easily and without stretching
TLpathAdd A* pathfinding to games
TserialConverts 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

Download