shader
There are 1724 repositories under shader topic.
lettier/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.
QianMo/Game-Programmer-Study-Notes
:anchor: 我的游戏程序员生涯的读书笔记合辑。你可以把它看作一个加强版的Blog。涉及图形学、实时渲染、编程实践、GPU编程、设计模式、软件工程等内容。Keep Reading , Keep Writing , Keep Coding.
ColinLeung-NiloCat/UnityURPToonLitShaderExample
A very simple toon lit shader example, for you to learn writing custom lit shader in Unity URP
mob-sakai/UIEffect
UIEffect is an open-source package that allows you to intuitively apply rich UI effects directly from the Inspector or via code. Combine various filters, such as grayscale, blur, and dissolve, to decorate your UI with a unique visual style!
patriciogonzalezvivo/thebookofshaders
Step-by-step guide through the abstract and complex universe of Fragment Shaders.
michidk/Unity-Script-Collection
A maintained collection of useful & free unity scripts / library's / plugins and extensions
gonglei007/GameDevMind
最全面的游戏开发技术图谱(Game Development Map)。帮助游戏开发者们在已知问题上节省时间,省出更多的精力投入到更有创造性的工作中去。
begeekmyfriend/yasea
RTMP live streaming client for Android
QianMo/Awesome-Unity-Shader
:boat: 关于炫酷的Unity3D Shader | About Cool Unity3D Shaders
UnityCommunity/UnityLibrary
:books: Library of all kind of scripts, snippets & shaders for Unity
killop/anything_about_game
A wonderful list of Game Development resources.
FluidGroup/Brightroom
📷 A composable image editor using Core Image and Metal.
QianMo/X-PostProcessing-Library
Unity Post Processing Stack Library | Unity引擎的高品质后处理库
KhronosGroup/glslang
Khronos-reference front end for GLSL/ESSL, partial front end for HLSL, and a SPIR-V generator.
Auburn/FastNoiseLite
Fast Portable Noise Library - C# C++ C Java HLSL GLSL JavaScript Rust Go
patriciogonzalezvivo/lygia
LYGIA, it's a granular and multi-language (GLSL, HLSL, Metal, WGSL, WEGL and CUDA) shader library designed for performance and flexibility
Sergio0694/ComputeSharp
A .NET library to run C# code in parallel on the GPU through DX12, D2D1, and dynamically generated HLSL compute and pixel shaders, with the goal of making GPU computing easy to use for all .NET developers! 🚀
mausimus/ShaderGlass
Overlay for running GPU shaders on top of Windows desktop
elringus/sprite-glow
Sprite glow effect with HDR outline
spite/THREE.MeshLine
Mesh replacement for THREE.Line
Gforcex/OpenGraphic
Graphic Engine & Game Engine lists
JasonMa0012/JTRP
JTRP : Unity HDRP ToonShading Render Pipeline (Preview)
QianMo/PBR-White-Paper
⚡️基于物理的渲染(PBR)白皮书 | White Paper of Physically Based Rendering(PBR)
hawk86104/three-vue-tres
Vue 3 + TresJS integration for Three.js 3D graphics. [tvt.js tres.js three.js vue3 ts]
przemyslawzaworski/Unity3D-CG-programming
Various shaders.
microsoft/ShaderConductor
ShaderConductor is a tool designed for cross-compiling HLSL to other shading languages
martinlaxenaire/curtainsjs
curtains.js is a lightweight vanilla WebGL javascript library that turns HTML DOM elements into interactive textured planes.
kirevdokimov/Unity-UI-Rounded-Corners
These components and shaders allow you to add rounded corners to UI elements!
LiangliangNan/Easy3D
A lightweight, easy-to-use, and efficient library for processing and rendering 3D data (C++ & Python)
keijiro/Pcx
Point cloud importer & renderer for Unity
Gargaj/Bonzomatic
Live shader coding tool and Shader Showdown workhorse
hecomi/uRaymarching
Raymarching Shader Generator in Unity
ColinLeung-NiloCat/UnityURPUnlitScreenSpaceDecalShader
Unity unlit screen space decal shader for URP. Just create a new material using this shader, then assign it to a new unity cube GameObject = DONE, now you have unlit decal working in URP
EsProgram/InkPainter
Texture-Paint on Unity.
keijiro/NoiseShader
Noise shader library for Unity
amandaghassaei/gpu-io
A GPU-accelerated computing library for running physics simulations and other GPGPU computations in a web browser.