In our first foray into using particles at NoRedInk, we needed to render some Html msg
as our particles, so now you can do that with Particle.System.viewHtml
and Particle.viewHtml
.
Please open an issue detailing your use case if you end up needing to use these. The view
bits are currently the weakest part of the whole library, so the more information we can get about how people are embedding particles into their apps the better we can make it!
Fixed bug #1 where drag was applied unevenly to particles since it was calculated for the x and y axes independently.
Details on the Elm Discourse
Quickly followed by 1.0.1 since I forgot to add examples in the README. 😄