jmlsrjr / sodium-fabric

A fork of Sodium adding Iris compatibility to be used with the starline branch on The-HyperZone Iris fork.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sodium (for Starline Iris Fork)

This is a fork of Iris's Sodium Compatibility fork intended to be used for testing and developing with the starline branch on my Iris fork.

Notes on compiling the fork

You will need to install JDK 8 in order to build this fork. You can either install this through a package manager such as Chocolatey on Windows or SDKMAN! on other platforms. If you'd prefer to not use a package manager, you can always grab the installers or packages directly from AdoptOpenJDK.

On Windows, the Oracle JDK/JRE builds should be avoided where possible due to their poor quality. Always prefer using the open-source builds from AdoptOpenJDK when possible.

You need to have a compiled build of the Iris (The-HyperZone fork) starline branch in your mavenLocal repository. You will be unable to compile this fork otherwise! Use the publishToMavenLocal Gradle task in the Iris repository (checked out to the starline branch) to accomplish this.

License

Sodium (and this fork) are licensed under GNU LGPLv3, a free and open-source license. For more information, please see the license file.

About

A fork of Sodium adding Iris compatibility to be used with the starline branch on The-HyperZone Iris fork.

License:GNU Lesser General Public License v3.0


Languages

Language:Java 99.6%Language:GLSL 0.4%