====== Technology ====== Pages and such on this wiki not classified as design or play on [[start|wishray wiki]]: * [[:Technology:BSA]] - **B**zip2 **S**olid **A**rchive. Its a very simple linear file archive format for packing multiple files into a solid BZIP2 stream. While partial decompression is possible, you have to decompress the stream before that file to reach and decompress said file, since its a solid archive. It is best suited for situations where you want to decompress the entire archive at once. This is essentially a custom replacement for tar.bz2, lighter and easier to understand and implement. * [[:Technology:Discrete2D]] - A lightweight and easy to learn library for Mono/C# based on OpenTK and QuickFont for 2D multimedia applications such as games.