Hi, I'd like to publish a couple of packages which would use native modules. What is the procedure currently?
The packages I'd like to publish are: 1) gamepad support This was zimbatm/elm-gamepad, I've updated it for elm-0.17 as part of kfish/dreambuggy. Ideally we'd make an elm-community/gamepad package. 2) support for dynamic types The dynamic types package is trivial and ready to publish, from https://github.com/kfish/dynamic I'm using this interface eg. in the dynamic dispatch, managing arbitrary objects in https://github.com/kfish/dreambuggy/blob/master/src/Thing.elm Obviously, use of dynamic types should be discouraged in general. I use them here to separate the concerns of 3D objects (Things), which have their own TEA model/view/update architecture, from the world engine's own TEA. cheers, Conrad. -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
