elm-community / webgl

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

Elm 0.19 - Are we able to upgrade? #58

Closed JordyMoos closed 6 years ago

JordyMoos commented 6 years ago

Elm 0.19 came out and know I'm wondering if I would be able to upgrade a project that relies on this library. Because I see you have native code.

Hopefully there is a way and if so I would like to offer my help.

ajlende commented 6 years ago

webgl is one of the few packages that's been approved to use what is now being referred to as "kernel code" (instead of "native code").

You can now find it under elm-explorations as elm-explorations/webgl. linear-algebra has moved under elm-explorations also.

JordyMoos commented 6 years ago

Thanks @ajlende

w0rm commented 6 years ago

@JordyMoos Thanks for raising this issue, I added a deprecation notice.