/3d-ripple-animation

Source code for a 3D Ripple Animation using React, Three.js, and react-three-fiber.

Primary LanguageJavaScript

Welcome!

Hello there! This repository contains the full source code for a 3D Ripple Animation using React, Three.js, and react-three-fiber. This code is meant to complement the following tutorial. If you are interested in more, check out my YouTube Channel.

Usage

To run this project, first clone the repository:

git clone https://github.com/Claeb101/3d-ripple-animation.git

Then, install the necessary project dependencies:

npm install

Finally, start a development server to run the project:

npm start

To build the project for a production environment:

npm build

Please note that this is a React project created with create-react-app.