You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A C++ project demonstrating real-time collision detection and response using DirectX. Implements sphere, ray, and polygon intersection tests, a 1D sweep-and-prune broad-phase, and impulse-based resolution. The Shared runtime was provided by the course lecturer for visualisation and interaction.