Skip to content

Instantly share code, notes, and snippets.

View ShadowLordAlpha's full-sized avatar
💭
0-o so this is a thing

Josh ShadowLordAlpha

💭
0-o so this is a thing
  • SoftPoint LLC
  • Phoenix
View GitHub Profile
@graphitemaster
graphitemaster / T0.md
Last active July 26, 2025 12:53
Vulkan Tutorial

Tutorial 0

What is Vulkan

Vulkan is a low-overhead, cross-platform 3D graphics and compute API.

Vulkan targets

Vulkan targets high-performance realtime 3D graphics applications such as games and interactive media across multiple platforms providing higher performance and lower CPU usage.

@matthewprenger
matthewprenger / build.gradle
Last active December 1, 2025 11:31
CoFH CurseForge Dependencies
// The URL for each mod often changes based on the version you want.
// To find the correct URL, download the (DEOBFUSCATED!) mod from CurseForge,
// and look in your browser's download history to find the URL it came from.
// Use the numbers from that in place of the ones below
repositories {
ivy {
name "CoFHLib"
artifactPattern "http://addons-origin.cursecdn.com/files/2229/525/[module]-[revision].[ext]"
}