Insimnax Framework
Information
The Insimnax Common Library (ICL) is a general library of code tailored for use in games, in particular it provides the following features:
- Templated Class Factory
- Data I/O using UTF-8 text and binary
- Identifiers using a hashed string for optimised comparisons
- Logging
- Binary Search
- Endian detection and conversion
- Type-safe, runtime variables
- String conversions and manipulation
The ICL makes use of the following third-party libraries:
The ICL is released under the MIT license and the latest version can be downloaded here.