Skip to content

ajinkyapuar/3d-ripple-animation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.5%
  • HTML 27.5%
  • CSS 8.0%