Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patriciogonzalezvivo/lygia_p5_examples
https://github.com/patriciogonzalezvivo/lygia_p5_examples
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/patriciogonzalezvivo/lygia_p5_examples
- Owner: patriciogonzalezvivo
- Created: 2022-10-06T14:42:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-25T07:46:33.000Z (almost 2 years ago)
- Last Synced: 2024-08-05T08:08:44.233Z (3 months ago)
- Language: GLSL
- Size: 7.05 MB
- Stars: 24
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Make sure to clone this repository and their submodules recursivelly
```bash
git clone --recursive https://github.com/patriciogonzalezvivo/lygia_p5_examples.git
```If you already clone it with out the `--recursive` flag, just do
```bash
git pull
git submodule init
git submodule update
```