JimScope / react-three-fiber-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a repository I used to write a tutorial on Medium about how to render a GLTF 3D model using Next.js, TypeScript, react-three-fiber and react-three-drei.

You can check it out here.

This is the final result:

image

Getting Started

First, install dependencies:

npm install
# or
yarn

Run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Learn More

To learn more about Next.js, take a look at the following resources:

About


Languages

Language:TypeScript 60.6%Language:JavaScript 28.1%Language:CSS 11.3%