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: 2 months ago
JSON representation
Elm library to detect collision of geometry in coordinate space, AKA: are objects touching or overlapping?
- Host: GitHub
- URL: https://github.com/burabure/elm-collision
- Owner: burabure
- License: bsd-3-clause
- Created: 2015-11-23T04:12:35.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-03-16T14:12:11.000Z (almost 3 years ago)
- Last Synced: 2024-07-26T06:33:20.084Z (6 months ago)
- Language: Elm
- Size: 1.07 MB
- Stars: 11
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-elm-gamedev - Elm-collision - Elm library to detect collision of geometry in coordinate space (Tools)
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