https://github.com/vrlabs/modular-shader-system
A modular shader system that let the user create a modular shader that can be easily be modified by adding modules
https://github.com/vrlabs/modular-shader-system
shader-editor shaders unity unity-editor
Last synced: 10 months ago
JSON representation
A modular shader system that let the user create a modular shader that can be easily be modified by adding modules
- Host: GitHub
- URL: https://github.com/vrlabs/modular-shader-system
- Owner: VRLabs
- License: mit
- Created: 2021-06-16T11:44:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-27T14:35:02.000Z (about 2 years ago)
- Last Synced: 2024-04-16T19:41:02.923Z (over 1 year ago)
- Topics: shader-editor, shaders, unity, unity-editor
- Language: C#
- Homepage: https://mss.vrlabs.dev
- Size: 3.19 MB
- Stars: 20
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## What it is
The Modular Shader System is a system that let you create shaders from modular components.
This can let people add or remove modules to shaders made using this system, allowing to have easy third party integrations to a shader.
The system is aimed mainly to VRChat shaders, since that's the main environment where third party integrations to a shader make the most sense, but it is a standalone system that can be used anywhere.
For more informations on how to use it, check the official [Documentation](https://mss.vrlabs.dev).
## License
The modular Shader System is available as-is under MIT. For more information see [LICENSE](https://github.com/VRLabs/Modular-Shader-System/blob/master/LICENSE).
## Download
You can find the latest release in [Releases](https://github.com/VRLabs/Modular-Shader-System/releases/latest).
## Contributors
You want to help improve the library or fixing existing bugs? Feel free to contribute by sending a pr! We are always looking for improvements!
Made with [contributors-img](https://contributors-img.web.app).
## Showcase
These Shaders are made using the Modular Shader System, check them out!
* [Toony Standard RE:Build](https://github.com/VRLabs/Toony-Standard-Rebuild) by [@VRLabs](https://github.vrlabs.dev), our in house modular toon shader.
* [Poiyomi Toon Shader](https://github.com/poiyomi/PoiyomiToonShader) by [@Poiyomi](https://github.com/poiyomi), the most famous VRChat shader, reworked using the Modular Shader System with the advent of V8.0.
Made an awesome shader using the Modular Shader System and want to show it off? Join our [Discord](https://discord.vrlabs.dev) and show it to us! If we like it we may add it to this list!