Skip to content

joakin/elm-grid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

joakin/elm-grid

Functions to operate on a set of coordinates and do something with them.

You can think of them as kind of like list comprehension helpers for 2d and 3d lists.

Very useful where you would write nested for loops in imperative languages. For example, when using elm-graphics or elm-canvas to do some sort of grid drawings.

For 1 dimensional comprehensions use List.range.

About

2d and 3d grid folding. Loop over a coordinate space, build a result

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages