noonat / intersect

An explanation of 2D collision tests in JavaScript

Home Page:http://noonat.github.io/intersect/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaScript 2D Collision Detection Build Status

Intersect is a collection of common 2D collision detection tests, written as a tutorial. Hopefully this saves you from the pain of hunting them down yourself, or trying to rip them out of physics libraries.

If you're looking for further reading, you are hurting yourself if you don't buy Real-Time Collision Detection. It is easily the best purchase you could make if you are learning about collision detection. There is also an excellent list of different algorithms here.

The code is written in TypeScript, but it's simple and should be easily portable to your language of choice. To get started, take a look at:

Note that the compiled JavaScript source is also available in the lib folder, if you find TypeScript difficult to read.

About

An explanation of 2D collision tests in JavaScript

http://noonat.github.io/intersect/

License:zlib License


Languages

Language:HTML 47.5%Language:TypeScript 40.1%Language:CSS 8.4%Language:JavaScript 4.0%