elm-community / elm-webgl

Moved to elm-explorations/webgl
http://package.elm-lang.org/packages/elm-explorations/webgl/latest
BSD 3-Clause "New" or "Revised" License
95 stars 22 forks source link

Extract a task to load image into separate project #17

Closed w0rm closed 8 years ago

w0rm commented 8 years ago

A task to load image can be very helpful outside of elm-webgl. A unified Image type could be used e.g. in elm-graphics because currently its impossible to control images behaviour there, it simply triggers re-render once the image is loaded check the source.