Thanks for your reply, yes an exporter feature such as that would be very useful. We sent you an email to the support email address did you receive that?
-M.Y. Developers
Thanks for the reply.
Yes we are interested in make our own library to use with Corona. Your idea of pre-computing the attributes over time is exactly the kind of thing we want and your pre-made libraries are excellent. We see you have an xml file with all of the particle definitions and effects that we could potentially read directly but Ideally what we would like to see, and what we think would be useful for many users, is pre-computed look-up tables of attributes over time. I am sure this has to be done somewhere in the blitz-module so will it be possible to export this data to a file?
This way you can leave the drawing functions up to the user to implement but all the velocities/rotations/alpha values etc can be read from a look-up table. So pretty much all the user has to do is instantiate a sprite or image, give it some randomness (ie initial direction), and then set its attributes (ie alpha) from your look-up table. This will speed things up greatly and will allow just about anyone to use your particle library.
Thank you,
M.Y. Developers