All Projects → AkaiMage → VRC-Cancerspace

AkaiMage / VRC-Cancerspace

Licence: GPL-3.0 license
Cancerous screenspace shader for VRChat. Please use responsibly. :^)

Programming Languages

C#
18002 projects
HLSL
714 projects
GLSL
2045 projects

Projects that are alternatives of or similar to VRC-Cancerspace

ACLS-Shader
Unity HLSL VR ready "Toony/PBR hybrid" avatar shader for VRCHAT and similar platforms. Built with game industry standard toony appearances and adaptive to vrchat render constraints and reactive to common incorrect user generated map lighting.
Stars: ✭ 20 (-63.64%)
Mutual labels:  shader, hlsl, vrchat
rvc
A 32-bit RISC-V emulator in a shader (and C)
Stars: ✭ 491 (+792.73%)
Mutual labels:  shader, hlsl, vrchat
Proccharvfx
Procedural character generation with Unity Shader Graph and VFX Graph
Stars: ✭ 114 (+107.27%)
Mutual labels:  shader, hlsl
Unity Raymarching Framework
A framework to easy implement raymarching in unity. Include lots of hash,noise,fbm,SDF,rotate functions
Stars: ✭ 129 (+134.55%)
Mutual labels:  shader, hlsl
Computestochasticreflections
Compute Stochastic Screen Space Reflections for unity post processing
Stars: ✭ 163 (+196.36%)
Mutual labels:  shader, hlsl
UnityChanToonShaderVer2 Project
UTS2-AC - UnityChanToonShaderVer2 Project / v.2.0.4+ - Different vrchat support, lighting manipulation, and style.
Stars: ✭ 14 (-74.55%)
Mutual labels:  shader, hlsl
Hlslexplorer
See how hardware understands your HLSL
Stars: ✭ 91 (+65.45%)
Mutual labels:  shader, hlsl
Unityurptoonlitshaderexample
A very simple toon lit shader example, for you to learn writing custom lit shader in Unity URP
Stars: ✭ 2,988 (+5332.73%)
Mutual labels:  shader, hlsl
Jl S Unity Blend Modes
👾 Collection of Unity shaders that support blend modes like photoshop layer style (Darken, Multiply, Linear Burn, etc)
Stars: ✭ 62 (+12.73%)
Mutual labels:  shader, hlsl
Water Shader
Procedural water shader for general use.
Stars: ✭ 183 (+232.73%)
Mutual labels:  shader, hlsl
Spirv Vm
Virtual machine for executing SPIR-V
Stars: ✭ 173 (+214.55%)
Mutual labels:  shader, hlsl
Unity Shaders
✨ Shader demo - More than 300 examples
Stars: ✭ 198 (+260%)
Mutual labels:  shader, hlsl
Pbr proj
Shader of PBR for Unity
Stars: ✭ 68 (+23.64%)
Mutual labels:  shader, hlsl
3d Game Shaders For Beginners
🎮 A step-by-step guide to implementing SSAO, depth of field, lighting, normal mapping, and more for your 3D game.
Stars: ✭ 11,698 (+21169.09%)
Mutual labels:  shader, hlsl
Gpu Planetary Rendering
GPU atmosphertic scattering and planet generation in Unity 3D
Stars: ✭ 92 (+67.27%)
Mutual labels:  shader, hlsl
Shaderconductor
ShaderConductor is a tool designed for cross-compiling HLSL to other shading languages
Stars: ✭ 1,146 (+1983.64%)
Mutual labels:  shader, hlsl
Glslang
Khronos-reference front end for GLSL/ESSL, partial front end for HLSL, and a SPIR-V generator.
Stars: ✭ 2,034 (+3598.18%)
Mutual labels:  shader, hlsl
VaKawaseBlur
Fast and furious Kawase blur implementation for Unreal Engine 4
Stars: ✭ 37 (-32.73%)
Mutual labels:  shader, hlsl
Computesharp
A .NET 5 library to run C# code in parallel on the GPU through DX12 and dynamically generated HLSL compute shaders, with the goal of making GPU computing easy to use for all .NET developers! 🚀
Stars: ✭ 982 (+1685.45%)
Mutual labels:  shader, hlsl
Nnao
Neural Network Ambien Occlusion based on http://theorangeduck.com/page/neural-network-ambient-occlusion
Stars: ✭ 57 (+3.64%)
Mutual labels:  shader, hlsl

Cancerspace

A screenspace shader made for VRChat with a heavy focus on configurability and specifically made for, but not limited to, use with animations.

Please use responsibly. :^)

Why use Cancerspace?

  • It's free and open-source. It doesn't cost $40 unlike some other shaders.
  • It can probably do just about any screenspace effect you want to do.
  • It doesn't use keywords.

Features

  • Zoom
  • Screen shake
  • Falloff
  • Wave distortion
  • Melt distortion
  • Normal-mapped distortion, with support for spritesheets
  • Blur
  • Image overlays, with support for spritesheets
  • Cubemap overlays
  • 15 image blending modes
  • Screen color adjustment
  • Screen movement, including rotation, scaling, and translation. All movements can be split by RGB channel.
  • Stencil testing support
  • Mirror-specific settings
  • Platform / eye discrimination, in case you wanted that for some reason.
  • Effect masking
  • Can be exported automatically to a different render queue, allowing multiple Cancerspace effects to be stacked on top of each other.
  • Randomizer button so music-synced animations are as easy to make as playing a rhythm game.

Cancerfree

A lightweight version of Cancerspace that doesn't use a grabpass. Feel free to spam as many of these as you want onto the screen. Features include:

  • Falloff
  • Image overlays, with support for spritesheets
  • Cubemap overlays
  • Multiple blend modes
  • Stencil testing support
  • Mirror-specific settings
  • Platform / eye discrimination, in case you wanted that for some reason.
  • Effect masking
  • Can change the render queue without having to export the shader. Just type in the queue number.
  • Randomizer button so music-synced animations are as easy to make as playing a rhythm game.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].