# Particle Collisions with Spatial Hash Grid
the2nake 7 min read
Hash grid data structure description and implementation concerns. It greatly improves collision detection efficiency using a divide-and-conquer approach.
Hi, I go by the2nake online (a tragic typo).
My interests include control theory, embedded programming, and competitive robotics. Check out my featured projects!
I’m currently studying engineering at the University of Michigan—Ann Arbor.
Hash grid data structure description and implementation concerns. It greatly improves collision detection efficiency using a divide-and-conquer approach.
FLuid Implicit Particle technique in C with SDL. This is underlying work for a clone of the fluid simulation pendant by mitxela.