问题描述
我想在我的 Ubuntu 机器上开发 OpenGL ES 2.0 应用程序.我还找不到任何支持 GLES 2.0 的库/模拟器.有什么建议吗?
I would like to develop OpenGL ES 2.0 apps on my Ubuntu machine. I could not find any libraries/emulators that support GLES 2.0 yet. Any suggestions?
推荐答案
更新:
您可以(仍然)使用 PowerVR SDK,现在它也支持 Vulkan.更新链接:
You can (still) use PowerVR SDK and now it supports Vulkan as well. Updated links:
- PowerVR SDK 页面:https://www.imgtec.com/developers/powervr-sdk-tools/powervr-sdk/
- 安装程序下载页面:https://www.imgtec.com/开发者/powervr-sdk-tools/installers/
- Github 存储库:https://github.com/powervr-graphics/Native_SDK
在我最初回答时,PowerVR SDK 是最完整的解决方案(Mesa 根据其 维基百科页面).
At the time of my original answer, PowerVR SDK was the most complete solution (Mesa gained full OpenGL ES 2.0 support with its 3.1 release according to its Wikipedia page).
现在,Mesa 和 Mali SDK 也是一种选择.有关这些的详细信息,请参阅 this detail answer by Ciro Santilli冠状病毒检查六四事件法轮功
Now, Mesa and Mali SDK can also be a choice. For detailed info on those, please refer to this detailed answer by Ciro Santilli 冠状病毒审查六四事件法轮功
原答案:
您可以使用 POWERVR SDK 在您的 PC 上模拟 Opengl es.您可以在这里下载 SDK.该存档提供了将仿真库安装为文档文件的必要步骤,并包含教程和演示应用程序以及源代码.
You can use POWERVR SDK to emulate Opengl es on your PC. You can download the SDK here. The archive provides the necessary steps to install the emulation libraries as a documentation file and includes tutorials and demo applications with source codes.
这篇关于如何在 Linux 上开发 OpenGL ES (GLES) 2.0 应用程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!