Task: Create a minimal AR-based interactive physics playground demo.
Requirements:
- Use an AR platform (ARCore, ARKit, or WebXR) to place at least two interactive physics objects (e.g., balls, blocks) in the user’s environment.
- Allow the user to interact with the objects (e.g., drag, throw, collide) and observe realistic physics responses.
- 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, interactivity, code clarity, and documentation.