Hey people
Our office is working on a project that will run in mobile browsers, and we've been playing around with a couple of the runtimes for rendering.
The official engine + Turbulenz works like a dream, but unfortunately it doesn't work on iOS because of the WebGL dependency.
So my first question is if anyone here knows how to make Turbulenz use 2D Canvas rendering instead of WebGL? Turbulenz' own site and documentation is all over the place, so I haven't been able to find anything there yet.
We've also been playing around with the Pixi.js runtime, which we managed to get working by using an alternative texture packer and by hacking it a little bit. Unfortunately there are some issues with it, the biggest one being that it doesn't support swapping the draw order. I guess the runtime was made back when Spine didn't support it.
So my second question is if someone has a version of the Pixi.js runtime with support for swapping draw order?
I've been playing around with a couple of the other JavaScript rendering engines, but I've kinda written them off, because they're already getting pretty old, so my guess is they probably don't support swapping the draw order. If anyone else has a suggestion for a good rendering engine, I'm all ears. Using Turbulenz for Android and something else for iOS would be perfectly acceptable, in case anyone has an iOS-only suggestion.
If all else fails, we'll either update the Pixi.js runtime ourselves or write a canvas rendering engine from scratch.