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

Updated examples to 0.17 #13

Closed w0rm closed 8 years ago

w0rm commented 8 years ago

I quickly ported all examples to 0.17.

There are a few changes to the native code because when I tried to use the library in elm-street-404, _evancz$elm_graphics$Native_Element was defined later than webgl module and resulted in undefined.

Also, an ad hoc implementation of Tuple2 to get texture size didn't work so I used the one from Utils.