Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r-k-b/map-accumulate
"map accumulate" helpers for Elm
https://github.com/r-k-b/map-accumulate
Last synced: 26 days ago
JSON representation
"map accumulate" helpers for Elm
- Host: GitHub
- URL: https://github.com/r-k-b/map-accumulate
- Owner: r-k-b
- License: bsd-3-clause
- Created: 2017-12-10T08:00:05.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-06-17T01:41:14.000Z (6 months ago)
- Last Synced: 2024-06-17T02:45:53.792Z (6 months ago)
- Language: Elm
- Homepage: https://package.elm-lang.org/packages/r-k-b/map-accumulate/latest/
- Size: 155 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mapAccumulate
![.github/workflows/make.yml](https://github.com/r-k-b/map-accumulate/workflows/.github/workflows/make.yml/badge.svg)
"Map Accumulate" helpers for Elm.
Useful if you want to modify items in two lists, each based on everything in
the other list. For example, bullets hitting targets - we check which
bullets have collided with which targets, and for each collision we modify
(or remove) the bullet and modify (or remove) the target.