Skip to content

Files

Latest commit

 

History

History
26 lines (18 loc) · 1.2 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.2 KB

LittleThings

A little library with little things for a large game. Offers a handful of utilities to aid development in useful (or useless) ways. This includes static analysis annotations, easy-to-use abstractions, and more.

Things

Usage

The project is currently not hosted on a maven repo anywhere, so you will either need to build it locally or use something like JitPack to access a usable dependency.

Little Things modules are meant to be directly included into projects that use it. This can be done by using the shadow plugin and relocating the package, or some other means (e.g. Jar-in-Jar). If you're using Loom or one of its derivatives, the include configuration may be of use.

Alternatively, you can simply copy/paste code from this repo into projects that use it. Just be sure to relocate the packages to prevent duplicate classpath dangers.

Also keep in mind the project's MIT license.