Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akash1000x/ripple-shader


https://github.com/akash1000x/ripple-shader

Last synced: 22 days ago
JSON representation

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/)