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

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

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)