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.
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 inundefined
.Also, an ad hoc implementation of
Tuple2
to get texture size didn't work so I used the one from Utils.