使用 gcc 和 Cygwin 编译 OpenGL ES C 代码

发布于 2024-09-30 11:19:55 字数 235 浏览 5 评论 0原文

我已经安装了 Cygwin 和 gcc、opengl、glut。

我可以编译并运行简单的 OpenGL/GLUT 示例代码(例如 NeHe 课程),但是我需要编译并运行 OpenGL ES (1.1) 代码(要使用,例如 glOrthof)。

尝试显然失败了,因为我通过 Cygwin 安装的 opengl 软件包不提供 OpenGL ES 功能。

我可以使用现有设置来执行此操作,还是需要使用 MinGW?

I've installed Cygwin with gcc, opengl, glut.

I can compile and run simple OpenGL/GLUT sample code (e.g. NeHe lessons), however I need to compile and run OpenGL ES (1.1) code (to use, for example glOrthof).

Attempts obviously fail as the opengl packages I've installed via Cygwin don't provide OpenGL ES functionality.

Can I do this with my existing setup, or do I need to use MinGW?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

千里故人稀 2024-10-07 11:19:55

最近的 Mesa3D 文档表明它可能有效。

还有文森特

Recent Mesa3D documentation suggests it might work.

There's also Vincent.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文