Ecosyste.ms: Awesome

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

https://github.com/burabure/elm-collision

Elm library to detect collision of geometry in coordinate space, AKA: are objects touching or overlapping?
https://github.com/burabure/elm-collision

Last synced: 3 months ago
JSON representation

Elm library to detect collision of geometry in coordinate space, AKA: are objects touching or overlapping?

Lists

README

        

# Elm Collision

Detect collision/intersection of geometry in a defined coordinate space, AKA: tell me when objects are touching or overlapping

![elm-collision demo](https://raw.githubusercontent.com/burabure/elm-collision/master/elm-collision.gif)

This library is useful for games, interactive apps, dynamic element composition and other cases where you need very efficient detection of overlapping objects

### Get Started

- Read the [the documentation][docs].
- Try and read the code of [the examples][examples].

[docs]: http://package.elm-lang.org/packages/BuraBure/elm-collision/latest/
[examples]:
http://github.com/burabure/elm-collision/tree/master/examples/

### Contributing

Do you have a suggestion, algorithm or formula that you'd like to add to this library?, I'd love to take a look at it and help you get it working with the library, just post an issue or send a pull request =D