Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akash1000x/ripple-shader
https://github.com/akash1000x/ripple-shader
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/akash1000x/ripple-shader
- Owner: Akash1000x
- Created: 2024-08-01T21:38:13.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-10T13:03:28.000Z (5 months ago)
- Last Synced: 2024-08-10T14:24:51.053Z (5 months ago)
- Language: JavaScript
- Homepage: https://ripple-shader-coral.vercel.app
- Size: 961 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ripple Shader - [LIVE](https://ripple-shader-coral.vercel.app/)
## Project Structure
```
├── public
| ├── images
| | ├── brush.png
| | ├── picture1.jpeg
| | ├── picture2.jpeg
| | ├── picture3.jpeg
| ├── next.svg
| ├── vercel.svg
├── src
| ├── app
| | ├── favicon.ico
| | ├── globals.css
| | ├── layout.js
| | ├── page.js
| ├── components
| | ├── Model.jsx
| | ├── Scene.jsx
| ├── hooks
| | ├── useDimension.js
| | ├── useMouse.js
| ├── shaders
| | ├── fragment.js
| | ├── vertex.js
```create your own project structure [click here](https://repo-tree.vercel.app/)