Hello everyone,
My name is Edgar, from BrashMonkey. We’re creating a modular 2d animation program (fast, low vram, smooth animation like Muramasa or Odin Sphere) made to export to a general format that can be loaded into any engine. (more info and alpha download at www.Brashmonkey.com) We’re constantly getting emails asking if/when we will support CoronaSDK. We’ve been contacted by AnscaMobile, and at one point there was a developer or two beginning on an implementation that they either decided to keep in house, or I haven’t heard back since.
It’s very easy to developer an api or plugin that can load the exported animations, and there are already several plugins or apis either completely up to date, or in progress. There’s a general c++ api, a unity plugin, a construct 2 plugin, love2d, and many more.
On the website there is thorough documentation on the requirements of an implementation, but it’s all very simple:
....
<folder id="1" name="mon_arms"><br> <file id="0" name="mon_arms/shoulder_a.png" width="71" height="115"></file><br> <file id="1" name="mon_arms/forearm_a.png" width="99" height="78"></file><br> <file id="2" name="mon_arms/hand_a_1.png" width="104" height="113"></file><br>...<br>
<br>...<br><object folder="1" file="0" x="69" y="279" angle="354.644"></object><br>...<br>
That last part would just mean to draw mon_arms/shoulder_a.png at the given location and angle. There is also thorough documentation on the front page, and I(the lead programmer) am making myself personally available through the forums, or through my personal email lucid@brashmonkey.com for any additional help if needed. The license on our file format allows you to make this implementation open source or proprietary, so you’re free to sell the coronasdk api if you wish, and I would still be happy to help.
I’m ready to make this happen, but it’d be best if someone experienced in CoronaSDK was at the helm, or if it was a collaboration from experienced CoronaSDK users/devs, rather than myself, as I’d need to learn from scratch.
If you can’t help, but want to see this happen, please point all qualified devs to this thread, and show your support in the replies. I look forward to doing my part to make this happen. [import]uid: 196117 topic_id: 33029 reply_id: 333029[/import]