Mod

Velvet

Quick rating

Velvet

No reviews yet

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

No Theme
No Genre
API/Library
Mod Loaders
NeoForge
Fabric
Quilt
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Unsupported

About

Project Details

Type
Mod
License
GNU Lesser General Public License v3.0 only
Latest Version
0.5.1+NeoForge
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description



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 difference, 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.


discord.png    kofi.png




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.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~3,000
Total Downloads
CurseForge
<1,000
Modrinth
~3,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched and imported data for this project from CurseForge or Modrinth. High-traffic and active projects are checked more often.
Next pipeline sync