Skip to content

fewizz/frex

 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 89.1%
  • GLSL 6.8%
  • C 3.9%
  • Other 0.2%