https://github.com/patriciogonzalezvivo/lygia_of_examples
https://github.com/patriciogonzalezvivo/lygia_of_examples
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/patriciogonzalezvivo/lygia_of_examples
- Owner: patriciogonzalezvivo
- Created: 2022-10-28T20:11:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-08T14:47:24.000Z (over 1 year ago)
- Last Synced: 2025-01-13T13:31:15.292Z (3 months ago)
- Language: GLSL
- Size: 7.87 MB
- Stars: 18
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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```