This project simulates the rotational dynamics of 3D objects using voxel modeling.
- Create 3D objects from basic shapes (cubes, spheres, etc.)
- Define mass distributions
- Simulate rotational motion
- Visualize motion in 3D
- Analyze physical properties
- Demo included
python3 demo.py # Run demo
python3 __main__.py # Run preset main- python3
- numpy
- matplotlib