WildBitangent / VGE

Project for Computational Geometry class.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Project for Computational Geometry class.


Languages

Language:C++ 99.2%Language:CMake 0.8%