Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patriciogonzalezvivo/lygia_unity_examples
https://github.com/patriciogonzalezvivo/lygia_unity_examples
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/patriciogonzalezvivo/lygia_unity_examples
- Owner: patriciogonzalezvivo
- License: other
- Created: 2022-09-28T10:39:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-17T21:52:38.000Z (4 months ago)
- Last Synced: 2024-07-18T02:00:36.544Z (4 months ago)
- Language: ShaderLab
- Size: 25.5 MB
- Stars: 41
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
This are HLSL examples of how to use [LYGIA Shader Library](https://github.com/patriciogonzalezvivo/lygia) on [Unity](https://unity.com/).
To use it make sure you clone this repository recursivelly.
```bash
git clone --recursive https://github.com/patriciogonzalezvivo/lygia_unity_examples.git
```Or if you already clone it, make sure you clone the submodules as well
```bash
git submodule init
git submodule update
git pull
```