Deploy WebGL applications as native iOS or Android applications?

后端 未结 8 556
既然无缘
既然无缘 2021-01-30 04:21

Does anyone know of a way in which you can deploy a WebGL app as a native iOS or Android app? Commercial middleware is acceptable, although an open project would be preferable.

8条回答
  •  悲哀的现实
    2021-01-30 04:53

    I don't think there are any easy converter tools. You'll probably have to take your WebGL codebase and rewrite in OpenGL for both platforms, to create native apps.

提交回复
热议问题