spatial-partitioning topic

List spatial-partitioning repositories

aabbcc

311
Stars
59
Forks
Watchers

Dynamic AABB trees in C++ with support for periodic systems.

Unity-Programming-Patterns

1.8k
Stars
253
Forks
Watchers

Implementations of programming design patterns in Unity with examples in C# when to use them.

Ten-Minute-Physics-Unity

230
Stars
23
Forks
Watchers

Implementations in Unity of the Ten Minute Physics YouTube channel. Instead of using Unity's built-in physics engine, you will learn how to make your own. This is useful if you want to simulate ropes,...

CircleCollision

59
Stars
2
Forks
Watchers

Implementing Different Methods of Circle to Circle Collision Detection using variety of new Technologies: Vulkan Graphics/Compute API, AVX2/AVX-512

PyNBoids

51
Stars
13
Forks
Watchers

This is a Boids Simulation, written in Python with Pygame.

unity-quadtree

24
Stars
3
Forks
Watchers

Implementation of generic spatial partitioning algorithm (Quadtree) for Unity.

DynamicBVH

27
Stars
3
Forks
Watchers

Dynamic BVH Typescript demo