|
1 |
| -# Modular-Shader-System |
2 |
| -A modular shader system that let user create modular shader that can be easily be modified by adding modules |
| 1 | +<div align="center"> |
| 2 | + <a href="https://github.com/VRLabs/Modular-Shader-System"> |
| 3 | + <img alt="Modular Shader System" width="200" src="https://github.com/VRLabs/Modular-Shader-System/blob/master/Editor/Resources/MSS/Textures/Logo.png"> |
| 4 | + </a> |
| 5 | + <h1>Modular Shader System</h1> |
| 6 | + <p> |
| 7 | + <i>Can i add a module in there?</i> |
| 8 | + </p> |
| 9 | + |
| 10 | + <a href="https://github.com/VRLabs/Modular-Shader-System/releases/latest"> |
| 11 | + <img src="https://img.shields.io/github/v/release/VRLabs/Modular-Shader-System.svg?style=flat-square"> |
| 12 | + </a> |
| 13 | + <a href="https://github.com/VRLabs/Modular-Shader-System/releases/latest"> |
| 14 | + <img src="https://img.shields.io/badge/Unity-2019.4-green.svg?style=flat-square"> |
| 15 | + </a> |
| 16 | + <br /> |
| 17 | + <a href="https://github.com/VRLabs/Modular-Shader-System/issues"> |
| 18 | + <img src="https://img.shields.io/github/issues-raw/VRLabs/Modular-Shader-System.svg?style=flat-square"> |
| 19 | + </a> |
| 20 | + <a href="https://github.com/VRLabs/Modular-Shader-System/issues"> |
| 21 | + <img src="https://img.shields.io/github/issues-closed-raw/VRLabs/Modular-Shader-System.svg?style=flat-square"> |
| 22 | + </a> |
| 23 | + <a href="https://github.com/VRLabs/Modular-Shader-System/issues"> |
| 24 | + <img src="https://img.shields.io/github/issues-pr-raw/VRLabs/Modular-Shader-System.svg?style=flat-square"> |
| 25 | + </a> |
| 26 | + <a href="https://github.com/VRLabs/Modular-Shader-System/issues"> |
| 27 | + <img src="https://img.shields.io/github/issues-pr-closed-raw/VRLabs/Modular-Shader-System.svg?style=flat-square"> |
| 28 | + </a> |
| 29 | + <br /> |
| 30 | + <br /> |
| 31 | +</div> |
| 32 | + |
| 33 | +## What it is |
| 34 | +The Modular Shader System is a system that let you create shaders from modular components. |
| 35 | +This can let people add or remove modules to shaders made using this system, allowing to have easy third party integrations to a shader. |
| 36 | + |
| 37 | +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. |
| 38 | + |
| 39 | +For more informations on how to use it, check the official [Documentation](https://mss.vrlabs.dev). |
| 40 | + |
| 41 | +## License |
| 42 | + |
| 43 | +Simple Shader Inspectors is available as-is under MIT. For more information see [LICENSE](https://github.com/VRLabs/Modular-Shader-System/blob/master/LICENSE). |
| 44 | + |
| 45 | +## Download |
| 46 | + |
| 47 | +You can find the latest release in [Releases](https://github.com/VRLabs/Modular-Shader-System/releases/latest). |
| 48 | + |
| 49 | +## Contributors |
| 50 | + |
| 51 | +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! |
| 52 | + |
| 53 | +<a href="https://github.com/VRLabs/Modular-Shader-System/graphs/contributors"> |
| 54 | + <img src="https://contributors-img.web.app/image?repo=VRLabs/Modular-Shader-System" /> |
| 55 | +</a> |
| 56 | + |
| 57 | +Made with [contributors-img](https://contributors-img.web.app). |
| 58 | + |
| 59 | +## Showcase |
| 60 | + |
| 61 | +These Shaders are made using the Modular Shader System, check them out! |
| 62 | + |
| 63 | +* [Toony Standard RE:Build](https://github.com/VRLabs/Toony-Standard-Rebuild) by [@VRLabs](https://github.vrlabs.dev), our in house modular toon shader. |
| 64 | +* [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. |
| 65 | + |
| 66 | +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! |
0 commit comments