This is an old revision of the document!
Technology
Pages and such on this wiki not classified as design or play on wishray wiki:
BSA -
Bzip2
Solid
Archive. 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.
Discrete2D - A lightweight and easy to learn library for Mono based on OpenTK and QuickFont for 2D multimedia applications such as games.