I'm planning a Haxe html5 project, and looking into OpenFL, pixi.js and IvanK.js.
They are all WebGL solutions with Canvas fallback, aren't they?
(OpenFL html5 target is built on pixi.js nowadays, isn't it?)
So, how do I at runtime find out if my solution is actually using WebGL (hw accelleration and stuff) or canvas?
Jonas