https://github.com/patriciogonzalezvivo/lygia_threejs_examples
https://github.com/patriciogonzalezvivo/lygia_threejs_examples
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/patriciogonzalezvivo/lygia_threejs_examples
- Owner: patriciogonzalezvivo
- Created: 2022-10-08T16:31:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-01T17:13:05.000Z (over 2 years ago)
- Last Synced: 2025-03-02T18:49:06.352Z (about 2 months ago)
- Language: GLSL
- Size: 5.52 MB
- Stars: 39
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## LYGIA examples for Three.js / Parcel / Vite
Clone the repo (make sure to include submodules!), install node dependencies and run parcel.
```
git clone --recursive https://github.com/patriciogonzalezvivo/lygia_threejs_examples.git
cd lygia_threejs_examples
yarn install
yarn dev
```### Acknowledgment
Thanks to:
- [Akella](https://twitter.com/akella) for this Three.js/Parcel/Vite template
- [Ustym Ukhman](https://github.com/UstymUkhman) for the [vite-plugin-glsl](https://github.com/UstymUkhman/vite-plugin-glsl)