This library provides a few general purpose utilties that can be used in a variety of projects. However, the libraries are targeted for use in java games/engines.
- Settings (and KeyBindings)
- Logs
- XML Utility Classes
- Parser for strings and files (string to list, string to array, string to hash map, file to list, file to array, file to hash map, parse dimension)
- This example loads the example settings file at settings.xml and outputs its contents to the console and log file paths specified in the settings file.
- Main Class
External Dependencies:
- none