Is it true that Silverlight will not support OpenGL? [closed]

假装没事ソ 提交于 2020-01-13 18:09:57

问题


Is there any way to implement the OpenGL on the Silverlight? We need to create a web browser application to load an OpenGL 3D image and to perform rotation and zoom functionality. We can easily load the OpenGL component in a WPF windows application. But it is not allowing to load the OpenGL in to a Silverlight application.

If Silverlight doesn't support OpenGL, what is be the best choice to create the web application with OpenGL 3D?


回答1:


Silverlight does not support it, nor will it in the future (Silverlight is discontinued!). Instead for cross-platform graphics you could go with WebGL, but it isn't implemented in every browser yet but seems to be the future.

To clarify, Internet Explorer does not support it (Big shocker!) while Safari and Opera do have it, but need it to be enabled by the user prior to it working. There is no other true cross-platform way to deploy OpenGL on the web at this point.



来源:https://stackoverflow.com/questions/12371736/is-it-true-that-silverlight-will-not-support-opengl

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!