nkosmos / re-sourcer

Resource loading library used by our launcher and Rupture Client, mostly for I18n and asset loading.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

re-sourcer license jitpack

Resource loading library used by our launcher and Rupture Client.

What is this?

re-sourcer is a language/asset loading library.

This library is used by our launcher, Rupture Client, and Stellair

Import

You can import it using Maven or Gradle: (be sure to change VERSION to whatever version you want, you can also set it to master-SNAPSHOT for the latest)

Gradle:

dependencies {
    compile 'com.github.nkosmos:re-sourcer:VERSION'
}

repositories {
    maven {
        url = 'https://jitpack.io'
    }
}

Maven: (why are you using maven...)

<repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
</repository>

<dependency>
    <groupId>com.github.nkosmos</groupId>
    <artifactId>re-sourcer</artifactId>
    <version>VERSION</version>
</dependency>

About

Resource loading library used by our launcher and Rupture Client, mostly for I18n and asset loading.

License:GNU Lesser General Public License v3.0


Languages

Language:Java 98.5%Language:Batchfile 1.5%