Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pema99/shader-knowledge
Documenting obscure technical shader knowledge (mostly VRChat specific)
https://github.com/pema99/shader-knowledge
Last synced: 4 days ago
JSON representation
Documenting obscure technical shader knowledge (mostly VRChat specific)
- Host: GitHub
- URL: https://github.com/pema99/shader-knowledge
- Owner: pema99
- License: mit
- Created: 2021-06-26T17:43:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-07T00:17:52.000Z (6 months ago)
- Last Synced: 2024-08-02T13:34:52.681Z (4 months ago)
- Language: HLSL
- Homepage:
- Size: 6.57 MB
- Stars: 166
- Watchers: 8
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-vrchat - Shader knowledge - Trying to document obscure technical VRChat knowledge abotu shaders (Tutorials / Shaders)
README
# Shader knowledge
Trying to document obscure technical VRChat knowledge, mostly related to shader development. If I'm wrong about something feel free to correct me with an issue, PR, or message on discord @pema99. Same goes if you have any topics to add information about.# Table of contents
- [Camera loops](camera-loops.md) - Using cameras for stateful shaders.
- [Shader data to udon](shader-data-to-udon.md) - Reading data from shaders into Udon.
- [GPU instancing](gpu-instancing.md) - Abuse for tracking positions of objects in a shader.
- [Geometry shaders](geometry-shaders.md) - Some information about everyones favorite oddball type of shader.
- [Raymarching](raymarching.md) - Tips for raymarched shaders, not very useful if you don't understand raymarching.
- [Depth texture](depth-texture.md) - Information about depth based effects.
- [Multiple Render Targets](mrt.md) - Rendering to multiple render targets from a single shader pass, including stateful loops.
- [Tips and tricks](tips-and-tricks.md) - Various smaller nuggets of knowledge.
- [Resources](resources.md) - Various external resources containing knowledge of varying degrees of obscurity.