Task: Prototype a minimal AR-based planetary physics simulator.
Requirements:
- Use an AR platform (ARCore, ARKit, or WebXR) to visualize at least two celestial bodies (e.g., planets, moons) in a real-world environment.
- Simulate basic gravitational interaction (e.g., orbits, attraction) between the bodies.
- Allow user to adjust parameters (e.g., mass, distance) and see the effect in real time.
- Document your code and approach.
- Provide a short video demo and a brief write-up explaining your design and how it could be extended for more complex physics or educational use.
Evaluation: Physics simulation, AR integration, code clarity, and documentation.