This project is a simple animation of a fox created using React Three Fiber, a powerful library for creating 3D graphics and animations in React.
To run this project locally, follow these steps:
- Clone the repository to your local machine using
git clone https://github.com/adityakumar48/R3F-Fox-Animation
. - Navigate to the project directory using
cd R3F-Fox-Animation
. - Install the required dependencies using
npm install
. - Start the development server using
npm run dev
(this uses Vite).
Once the project is running, you can view the animation by opening your web browser and navigating to http://localhost:5173/
.
This animation project features the following:
- A 3D model of a fox created using Blender.
- Realistic animation of the fox's movements using React Three Fiber.
- Camera movement to follow the fox's actions.
- Responsive design that adapts to different screen sizes.
This project was built using the following technologies:
- React
- React Three Fiber
- Blender
- Vite
The 3D model of the fox used in this project was downloaded from Sketchfab and was created by 3DMart.
This project is licensed under the MIT license.
If you would like to contribute to this project, feel free to open an issue or submit a pull request.