https://github.com/jgraichen/ajutil
A Java Utility Library
https://github.com/jgraichen/ajutil
Last synced: 11 months ago
JSON representation
A Java Utility Library
- Host: GitHub
- URL: https://github.com/jgraichen/ajutil
- Owner: jgraichen
- License: apache-2.0
- Created: 2012-12-07T21:48:30.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2023-12-01T11:44:42.000Z (over 2 years ago)
- Last Synced: 2025-03-20T08:13:36.465Z (over 1 year ago)
- Language: Java
- Size: 77.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A Java Utility Libary
=====================
Collection of some java utilities I've used in some of my projects some time ago.
Released on request for [cmur2](https://github.com/cmur2).
Features
--------
* a powerful asset loading system (including caching and different loaders) *that relies on*
* a flexible resource locating system (supports classpath, absolute files, URLs, compressed archives) - because the *where* and *what* of an asset shouldn't depend on each other.
* an easy to use translation/i18n system (allows multiple storage formats e.g. XML of translation resources)
* a task scheduling system
* some system utilities (native loader, single App instance detection, CLI parser, system infos)
* a pure Java, improved 3D Perlin noise implementation
Dependencies
------------
* [Log4J](https://logging.apache.org/log4j/1.2/) 1.2.16
* [JDOM](http://www.jdom.org/) 2.0.5
(Note: if you are familiar with Apache Ivy and/or want automate the dependency download you can simply use `ant resolve`.)
License
-------
Licensed under Apache 2.0 License for non-commercial use.
See LICENSE for more information.