All Projects → tobspr → Glsl Color Spaces

tobspr / Glsl Color Spaces

Licence: mit
Utility functions to convert between various color spaces in GLSL

Labels

Projects that are alternatives of or similar to Glsl Color Spaces

Unity Lowpoly Shader
Unity Shader for mesh rendering in lowpoly style
Stars: ✭ 116 (-17.73%)
Mutual labels:  glsl
Gift porterdoll
PorterDoll Asset wtih "THE GIFT"
Stars: ✭ 125 (-11.35%)
Mutual labels:  glsl
Sketch
Explorations on cross-hatching, engraving, and similar non-photorealistic rendering.
Stars: ✭ 136 (-3.55%)
Mutual labels:  glsl
Futureproof
A live editor for fragment shaders, powered by Neovim, WebGPU, and Zig!
Stars: ✭ 117 (-17.02%)
Mutual labels:  glsl
Krafix
GLSL cross-compiler based on glslang and SPIRV-Cross
Stars: ✭ 124 (-12.06%)
Mutual labels:  glsl
Cute Deferred Shading
Cute little deferred shading implementation.
Stars: ✭ 129 (-8.51%)
Mutual labels:  glsl
Raymarching For Three
a helper to work with raymarching in THREE.js
Stars: ✭ 114 (-19.15%)
Mutual labels:  glsl
Quark Shaders
A repository of GLSL #150 pixel shaders for use with byuu's Higan emulation package.
Stars: ✭ 140 (-0.71%)
Mutual labels:  glsl
Glsl Solid Wireframe
draw wireframes or grids on a solid mesh using a fragment shader
Stars: ✭ 125 (-11.35%)
Mutual labels:  glsl
Bookofshaders Godot
BookOfShaders in Godot Shader Language
Stars: ✭ 134 (-4.96%)
Mutual labels:  glsl
Polygon Wind
Wind shader for low poly assets in Unity.
Stars: ✭ 119 (-15.6%)
Mutual labels:  glsl
Esbe 2g
A shader for Minecraft Bedrock
Stars: ✭ 121 (-14.18%)
Mutual labels:  glsl
Wisdom Shaders
A Minecraft shaderspack. Offers high performance with high quality at the same time.
Stars: ✭ 132 (-6.38%)
Mutual labels:  glsl
Lux 2.01
Stars: ✭ 116 (-17.73%)
Mutual labels:  glsl
Godot3 shaders
Godot shaders experiments
Stars: ✭ 135 (-4.26%)
Mutual labels:  glsl
Godot Motion Blur
A motion blur shader for Godot 3.0
Stars: ✭ 115 (-18.44%)
Mutual labels:  glsl
Touchfluid
Fluids in TouchDesigner and GLSL
Stars: ✭ 126 (-10.64%)
Mutual labels:  glsl
Forge
High Performance Visualization
Stars: ✭ 140 (-0.71%)
Mutual labels:  glsl
Daemon
The Dæmon game engine. With some bits of ioq3 and XreaL.
Stars: ✭ 136 (-3.55%)
Mutual labels:  glsl
Shadows
Shädows - A Shadows & Lights engine for löve
Stars: ✭ 134 (-4.96%)
Mutual labels:  glsl

GLSL-Color-Spaces

Utility functions to convert between various color spaces in GLSL

Supported conversions

d = directly implemented

x = Implemented using two or more direct implementions

From / To RGB sRGB XYZ xyY HCV HUE HSV HSL HCY YCbCr
RGB d d d d d d d d d
sRGB d d x x x x x x x
XYZ d x d d x x x x x
xyY d x d d x x x x x
HCV d
HUE d x x x x d x x x x
HSV d x x x x d x x x
HSL d x x x x x d x x
HCY d x x x x x x d x
YCbCr d x x x x x x x d
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].