scss
Cel shader library
A shader library for Unity providing customizable cel-shading and PBR effects with advanced features such as outline systems and material customization options.
A shader for Unity providing cel-shading. (Forward rendering)
41 stars
3 watching
6 forks
Language: C#
last commit: 4 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
unity-technologies/hlslcc | A compiler that translates DirectX shader bytecode into various shader languages for use in game engines and other graphics applications. | 854 |
orels1/orels-unity-shaders | A collection of Unity shaders designed for practical use in 3D graphics projects | 178 |
synlogic/syns-unity-shaders | A collection of Unity shaders designed to enhance and customize visual effects in 3D environments. | 60 |
s-ilent/smarttexture | Automates the process of packing texture channels into a single texture for Unity projects. | 13 |
saschawillems/spirv-vsextension | A Visual Studio extension that simplifies compilation of GLSL and HLSL shaders to SPIR-V binary | 92 |
sebastianhein/sss-unity | A shader implementation for Unity 3D to simulate sub surface scattering effects in real-time | 89 |
nicebyte/niceshade | Transforms HLSL code into shaders for various graphics APIs. | 102 |
jwurzer/glslscene | A tool for testing and developing GLSL shader programs with features like hot reloading, GUI editing, C scripting, and OpenGL configuration. | 16 |
azhirnov/glsl_trace | A library for debugging and profiling shaders in graphics rendering applications | 32 |
ellioman/shaderproject | A collection of reusable shader code snippets for Unity3D, intended for educational purposes and sharing with the community. | 527 |
aras-p/hlsl2glslfork | Translates Direct3D 9 style HLSL to GLSL shader language | 558 |
microsoft/shaderconductor | A tool for converting HLSL shader code to multiple shading languages | 1,775 |
shader-slang/slang | A shading language that facilitates the development and maintenance of large-scale shader codebases with performance and portability in mind. | 2,189 |
pema99/glsl2hlsl | A tool for converting Shadertoy shaders to Unity-compatible shaders | 87 |
aras-p/smol-v | A shader format encoder that reduces the size of SPIR-V programs without sacrificing compatibility or performance. | 317 |