An open API service indexing awesome lists of open source software.

https://github.com/jnbdz/elcollide

Check if two elements are colliding.
https://github.com/jnbdz/elcollide

Last synced: 8 months ago
JSON representation

Check if two elements are colliding.

Awesome Lists containing this project

README

          

Element.collide
===========

Check if two elements are colliding.

![Screenshot](https://github.com/jnbdz/elCollide/raw/master/collide.png)

How to use
----------

The code is self explanatory. It will return true if the elements collide or false if the elements don't collide.

firstElement.elCollide(secondElement);