PoV’s LD11 Library
Posted by PoV
Again, I’m probably not going to officially enter this time. I’ve busily been working on a tool that’d be very helpful in rapid prototyping/Ludum Dare, but I’m almost 100% sure it wont be ready for use by Friday night.
But just in case, here’s the latest version of my C++ Library. All kinds of crap to be found inside, including:
- Serialization library with compression, endian features, and MD5/SHA1 hash support.
- Directory tree caching, stream framework.
- Vector and Matrix math classes.
- Point vs. Sphere, Rectangle, Polygon tests and analysis
- Some string functions.
- Whitespace delimited text file tokenizer.
- Various Grid/Tile Map operations and analysis.
- A couple functions for drawing Allegro geometry transformed by a Matrix.
- The “useful” headers & source files from boost, BZip, LZMA, MD5, SHA1, ZLib
- Extra crap that I’ve just not got around to refactoring yet.