There is a nice website http://particle2dx.com/ which lets us create great particles and export them to Corona SDK. However the particle engine is only avaliable for Pro+ subscribes, which poor collage students like myself cannot afford.
What if we could export json generated by the website into CBEffects? Technically this is quite simple to achive – just rename the fields to the ones CBEffects takes as arguments, but practically… I found myself not knowing what some fields stand for in both CBEffects and generated json.
To see the list of emmiter settings I opened_ CBEffects\cbe_core\vent_core\frame.lua. _
Is anybody else interested in this idea? How difficult is it to make it work?