This project is a physics-based simulation built using Three.js and Phy.js. It includes interactive elements like rollers, balls, and other components to demonstrate physics in a 3D environment.
- 3D Physics Simulation: Realistic physics using engines like OIMO or AMMO.
- Interactive Components: Includes rollers, balls, and machine parts like
L_pale1,L_pale2, etc. - Customizable Environment: Adjustable lighting, camera, and environment settings.
- Dynamic Textures: Balls with unique colors and numbers.
- Clone the repository:
git clone <repository-url>
- Navigate to the project directory:
cd phy - Install dependencies
npm install
- Start the development server:
npm start