Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/patriciogonzalezvivo/lygia_unity_examples


https://github.com/patriciogonzalezvivo/lygia_unity_examples

Last synced: about 1 month ago
JSON representation

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
```