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
- Host: GitHub
- URL: https://github.com/cosmitar/water_shader
- Owner: Cosmitar
- License: mit
- Created: 2023-04-07T09:14:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-07T18:56:54.000Z (about 3 years ago)
- Last Synced: 2025-01-08T09:11:19.641Z (over 1 year ago)
- Language: TypeScript
- Size: 406 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Three Fiber + Vite Starter
_A simple React Three Fiber + Vite starter with an import-ready CodeSandbox config._

### 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).