IE11 Support

Hello,
is IE11 support planned for the library ? when I execute the examples in IE11, i get an error:
[GL] Fragment shader compile log: Shader compilation errors
(9, 1): syntax error, unexpected UNSUPPORTED_TOKEN

RuntimeError: Fragment shader failed to compile. Compile log: Shader compilation errors
(9, 1): syntax error, unexpected UNSUPPORTED_TOKEN
(on line 874 of http://cesium.agi.com/Cesium/Source/Renderer/ShaderProgram.js)

IE11 recently added WebGL support, even if i read that it wasn't as complete as Chrome's.

Thanks,
Fabien

Hi Fabien,

The ie11 branch has a few changes / workarounds that allow the Cesium Viewer, at least, to work in IE11. I just tried it out on Windows 8.1, IE version 11.0.9600.16384, and it worked.

Chrome and Firefox have a pretty good head start, so it will take Microsoft a little while yet to achieve feature and performance parity with those browsers. Similarly, it will be a little while before we have support for IE11 in an official release of Cesium.

Kevin

Great, thank you for the quick answer!

Fabien