olofson / audiality2

A realtime scripted modular audio engine for video games and musical applications.
http://audiality.org/
zlib License
79 stars 5 forks source link

Compressed scripts and libraries #325

Open olofson opened 7 years ago

olofson commented 7 years ago

Add support for compressed scripts, and libraries in the form of compressed archives.

Compressed scripts should probably just get an additional extension; "somescript.a2s.gz", whereas libraries (typically directories with no extension) are archived in the usual "somelibrary.tar.gz" fashion.

Obvious options for compression would be zlib, libbz2, and liblzma, but it seems like all of them needs an additional library (or custom code) for archives. There may be other options that are smaller, more effective, and/or cover the archive part without extra code.

(See also #324.)