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

https://github.com/patriciogonzalezvivo/lygia_of_examples


https://github.com/patriciogonzalezvivo/lygia_of_examples

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

This are GLSL examples of how to use [LYGIA Shader Library](https://github.com/patriciogonzalezvivo/lygia).

## How to start?

```bash
# 1. Go into your oF projects directory
cd openFrameworks/apps/myApps/

# 2. Clone this repository recursively
git clone --recursive https://github.com/patriciogonzalezvivo/lygia_of_examples.git

# 3. enter the cloned project and build it:
cd lygia_of_examples && make

# 4. then, run it! (hint: use arrow keys to navigate)
make run

```