A 3D interactive playground powered by React Three Fiber and animated using React Spring, integrated with MediaPipe for human interaction.
-
Hand Tracking an 3 JS Mesh Material: Control the interaction using your hand’s index finger, tracked using MediaPipe.

-
Hand Tracking in a Game: Control the interaction using your hand’s with the three js object

-
For more Playable Falconitems, Visit this Website: Falcon Demo Website.
-
Clone the repository:
git clone https://github.com/your-username/falcon.git
-
Navigate to the project folder:
cd falcon -
Install dependencies:
npm install
-
Build:
npm run build
-
Start the development server:
npm run start
-
Open the app in your browser:
http://localhost:3000
- React Three Fiber: For rendering the 3D scene.
- React Spring: For smooth animations.
- MediaPipe Hands: For hand tracking and gesture detection.
- Zustand: For global state management.
This project is licensed under the MIT License. See the LICENSE file for details.