This benchmark will serve to display, benchmark, and compare two or more collision algorithms in C.
Find a file
2025-11-30 22:09:22 +00:00
.devcontainer feat: can write performance data to json 2025-11-03 21:00:28 +00:00
src feat: added easier way to get data 2025-11-30 22:09:22 +00:00
.clang-format feat(AABB): circle-circle collision detection 2025-09-24 15:52:40 +00:00
.gitignore refactor: minor code changes 2025-11-08 20:50:43 +00:00
LICENSE Initial commit 2025-09-02 15:09:26 +02:00
Makefile feat: can write performance data to json 2025-11-03 21:00:28 +00:00
README.md feat: dev container 2025-09-09 16:05:35 +00:00

Collision-benchmark

This benchmark will serve to display, benchmark, and compare two or more collision algorithms in C.

Running on Linux + Dev Container

Run this command on your host machine to allow the container to open windows on your host:

xhost +local: