Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 473 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 473 Bytes

This are GLSL examples of how to use LYGIA Shader Library.

How to start?

# 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