Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
Velvet

Velvet

A Fabric & NeoForge library to help with shader usage, based off of Satin

359
1
Library
AboutChangelogVersions


Velvet is a multiloader library for making and using your own OpenGL shaders based off of Satin. I highly suggest supporting the Satin developers, but don't pester them with bug reports if you're using Velvet.

For documentation, Satin's wiki will provide you with everything. Some class and method names are different, as Velvet renames them to match Mojmap names.


Adding Velvet to your project

If your project is Fabric only, please use Satin instead.

You can add Velvet by putting the following in your build.gradle:

repositories {
	maven {
		name = "Up-Mods & Cammie's Corner"
		url = "https://maven.uuid.gg/releases"
	}
}

For Fabric (Ignore this if you're only using NeoForge):

dependencies {
	modImplementation "dev.cammiescorner.velvet:Velvet-Common:${velvet_version}"
	modImplementation "dev.cammiescorner.velvet:Velvet-Fabric:${velvet_version}"
	
	// If you want to jar-in-jar Velvet
	include "dev.cammiescorner.velvet:Velvet-Common:${velvet_version}"
	include "dev.cammiescorner.velvet:Velvet-Fabric:${velvet_version}"
}

For NeoForge:

dependencies {
	implementation "dev.cammiescorner.velvet:Velvet-Common:${velvet_version}"
	implementation "dev.cammiescorner.velvet:Velvet-NeoForge:${velvet_version}"
	
	// If you want to jar-in-jar Velvet
	jarJar(dev.cammiescorner.velvet:Velvet-Common:${velvet_version}) {
		transitive = false
		version {
			strictly "[${velvet_version},)"
			prefer ${velvet_version}
		}
	}
	jarJar(dev.cammiescorner.velvet:Velvet-NeoForge:${velvet_version}) {
		transitive = false
		version {
			strictly "[${velvet_version},)"
			prefer ${velvet_version}
		}
	}
}

Then add the library version to your gradle.properties file:

# Velvet version
velvet_version=0.x.x

Or your libs.versions.toml file if you're using one of those instead:

# Velvet version
velvet_version = "0.x.x"

For the latest version of Velvet, please check the GitHub Releases.


The Discord icon, which is a blue circle with half in shadow. In the middle is a weird little robot-helmet-looking-thingy.        The Ko-Fi logo, a sky-blue circle with a white coffee mug with a red heart on it in the middle.

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Compatibility

Minecraft: Java Edition

1.21.1

Platforms

Fabric
NeoForge
Quilt

Supported environments

Client-side

Links

Report issues View source Visit wiki Join Discord server
Donate on Ko-fi

Creators

Cammie
Cammie Member

Details

Licensed LGPL-3.0-only
Published 5 months ago
Updated 5 months ago

Modrinth is open source.

main@fafd47f

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.