vram-guild / frex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FREX Rendering Extensions

FREX currently support the Fabric API and Mod Loader.

Packaged as a separate mod so that rendering implementations and mods that consume these extensions can depend on it without directly depending on specific implementation.

More information on using FREX is available on the Renderosity Wiki.

Using FREX

Add the maven repo where my libraries live to your build.gradle

repositories {
    maven {
    	name = "vram"
    	url = "https://maven.vram.io/"
    }
}

And add FREX to your dependencies

dependencies {
	modCompile "io.vram:frex-fabric-mc117:6.0.+"
	include "io.vram:frex-fabric-mc117:6.0.+"
}

The include is not necessary if you are depending on another mod that also includes FREX. Currently, Canvas and JMX both include FREX.

Note that version is subject to change - look at the repo to find latest.

About

License:GNU Lesser General Public License v3.0


Languages

Language:Java 89.0%Language:GLSL 6.8%Language:C 4.0%Language:Shell 0.2%Language:JavaScript 0.0%