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

https://github.com/cosmitar/water_shader

an attempt to replicate water shader tutorial in Threejs
https://github.com/cosmitar/water_shader

Last synced: about 2 months ago
JSON representation

an attempt to replicate water shader tutorial in Threejs

Awesome Lists containing this project

README

          

# React Three Fiber + Vite Starter

_A simple React Three Fiber + Vite starter with an import-ready CodeSandbox config._

![Preview](/public/preview.gif)

### Resources:

- [React Three Fiber](https://docs.pmnd.rs/react-three-fiber/): Three.js Renderer
- [Drei](https://github.com/pmndrs/drei): React Three Fiber Helpers
- [Three.js](https://threejs.org/docs/index.html#manual/en/introduction/Creating-a-scene): 3D Engine
- [Vite](https://vitejs.dev/guide/): Static Web Server
- [CodeSandbox](https://codesandbox.io/docs/configuration): Online Prototyping Container (optional)

### Installation

```
npm install
```

### Scripts

```
npm run dev
npm run build
npm run preview
npm run sandbox
```
### CodeSandbox
To create a sandbox from this starter, [import your repository URL](https://codesandbox.io/dashboard/repositories) (this repo works too), or [fork this template](https://codesandbox.io/s/react-three-fiber-vite-starter-r1tgld).