https://github.com/pungrumpy/ghibli-style-shader
Ghibli-styled Shader Learn from Takuya
https://github.com/pungrumpy/ghibli-style-shader
Last synced: about 2 months ago
JSON representation
Ghibli-styled Shader Learn from Takuya
- Host: GitHub
- URL: https://github.com/pungrumpy/ghibli-style-shader
- Owner: PunGrumpy
- Created: 2023-02-18T15:25:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-24T02:30:42.000Z (over 3 years ago)
- Last Synced: 2025-03-22T06:13:21.768Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://ghibli.pungrumpy.com/
- Size: 2.11 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ghibli Style Shader
Learn how to create a Ghibli style shader with Three.js
## Table of Contents
- [React](https://reactjs.org/) - A JavaScript library for building UIs
- [Three.js](https://threejs.org/) - A cross-browser JavaScript library and Application Programming Interface (API) used to create and display animated 3D computer graphics in a web browser
- [React Three Fiber](https://docs.pmnd.rs/react-three-fiber/getting-started/introduction) - A React renderer for Three.js
- [React Three Drei](https://drei.pmnd.rs/) - A collection of useful helpers for React Three Fiber
## Getting Started
```bash
pnpm install # or npm install
pnpm start
```
## Thank you
- [Takuya Matsuyama](craftz.dog)