Skip to content

An example of a React application using Three.js with dynamic shaders and textures

License

Notifications You must be signed in to change notification settings

michaelperros/react-threejs-example

Repository files navigation

React Three.js Example

Description

This project is an example of a React application using Three.js with dynamic shaders and textures. Built with Next.js, it leverages react-three/fiber and react-three/drei to provide an interactive 3D experience.

Requirements

  • Node.js 18+
  • Yarn (or npm)

Installation

  1. Clone the repository:

    git clone https://github.com/michaelperros/react-threejs-example.git
    
  2. Navigate to the project directory:

    cd react-threejs-example
    
  3. Install dependencies:

    yarn install
    

Usage

  1. Start the development server:

    yarn dev
    
  2. Open your browser and go to http://localhost:3000.

License

MIT

About

An example of a React application using Three.js with dynamic shaders and textures

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published