Media Summary: I recently added Separating Axis Theorem to my game engine, which is an approach for working out 2D Start the physics engine for Flat Asteroids. Calculate the area of a This is the first program I have written in Lua via Love2D. The video shows fully functioning

Polygonal Collision Test - Detailed Analysis & Overview

I recently added Separating Axis Theorem to my game engine, which is an approach for working out 2D Start the physics engine for Flat Asteroids. Calculate the area of a This is the first program I have written in Lua via Love2D. The video shows fully functioning Spheres are nice and all, but there comes a time when more complex shapes are needed. One popular algorithm for Source code: Learn graph theory algorithms: ... I describe and visualize the Separating Axis Theorem, and how to use it to detect and resolve

Photo Gallery

How 2D Game Collision Works (Separating Axis Theorem)
Polygon Area and Collision Circles - Flat Asteroids [04]
Collision Detection (An Overview) (UPDATED!)
Creative Coding Math: Collision Detection
Convex Polygon Collisions #1
How to make a Physics Engine - #14.2 Collision Detection Polygons and Circles Implementation
Polygonal collision test
Polygon Collision Resolution - Let's Make a Physics Engine [06]
2D Polygonal collision detection demo
GJK Algorithm Explanation & Implementation
Checking if a point is inside a polygon is RIDICULOUSLY simple (Ray casting algorithm) - Inside code
Visualizing Collision Detection -- Separating Axis Theorem Explained with a Minecraft Datapack
Sponsored
Sponsored
View Detailed Profile
How 2D Game Collision Works (Separating Axis Theorem)

How 2D Game Collision Works (Separating Axis Theorem)

I recently added Separating Axis Theorem to my game engine, which is an approach for working out 2D

Polygon Area and Collision Circles - Flat Asteroids [04]

Polygon Area and Collision Circles - Flat Asteroids [04]

Start the physics engine for Flat Asteroids. Calculate the area of a

Sponsored
Collision Detection (An Overview) (UPDATED!)

Collision Detection (An Overview) (UPDATED!)

In this video, I go over the basics of

Creative Coding Math: Collision Detection

Creative Coding Math: Collision Detection

...

Convex Polygon Collisions #1

Convex Polygon Collisions #1

In this video I look at

Sponsored
How to make a Physics Engine - #14.2 Collision Detection Polygons and Circles Implementation

How to make a Physics Engine - #14.2 Collision Detection Polygons and Circles Implementation

Implementing the

Polygonal collision test

Polygonal collision test

Okay, so, what this

Polygon Collision Resolution - Let's Make a Physics Engine [06]

Polygon Collision Resolution - Let's Make a Physics Engine [06]

How to resolve

2D Polygonal collision detection demo

2D Polygonal collision detection demo

This is the first program I have written in Lua via Love2D. The video shows fully functioning

GJK Algorithm Explanation & Implementation

GJK Algorithm Explanation & Implementation

Spheres are nice and all, but there comes a time when more complex shapes are needed. One popular algorithm for

Checking if a point is inside a polygon is RIDICULOUSLY simple (Ray casting algorithm) - Inside code

Checking if a point is inside a polygon is RIDICULOUSLY simple (Ray casting algorithm) - Inside code

Source code: https://gist.github.com/inside-code-yt/7064d1d1553a2ee117e60217cfd1d099 Learn graph theory algorithms: ...

Visualizing Collision Detection -- Separating Axis Theorem Explained with a Minecraft Datapack

Visualizing Collision Detection -- Separating Axis Theorem Explained with a Minecraft Datapack

I describe and visualize the Separating Axis Theorem, and how to use it to detect and resolve

Circle Polygon Collisions Using Separating Axis Theorem - Let's Make a Physics Engine [07]

Circle Polygon Collisions Using Separating Axis Theorem - Let's Make a Physics Engine [07]

Let's discuss how to determine Circle-