Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 600 Bytes

File metadata and controls

15 lines (11 loc) · 600 Bytes

Introduction

Project to the Computational Geomtetry class, implementing collision detection algorithms (GJK, SAT) and their visual explanation.
Created using C++20, OpenMP, SFML.

GJK

image

SAT

image

Performance test

image

Problems

For some reason, Framebuffers on Intel's GPUs might not get cleared.