CYGWIN图形?

发布于 2024-11-29 16:38:05 字数 167 浏览 2 评论 0原文

我目前在 Windows 7 上使用 Netbeans 和 Cygwin,我希望用 C 语言编写一个简单的 2D 游戏。

我找到的大多数教程都使用 Turbo C 提供的 Graphics.h,Cygwin 有替代方案吗对此?任何有关如何安装另一个头文件的信息或教程链接将不胜感激。

干杯

I am currently using Netbeans with Cygwin on windows 7, and i'm looking to write a simple 2D game in C.

Most of the tutorials i've managed to find use the graphics.h supplied with Turbo C, does Cygwin have an alternative to this? Any info about how to get another header file installed, or links to tutorials would be greatly appreciated.

Cheers

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

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

发布评论

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

评论(1

人事已非 2024-12-06 16:38:05

SDL 是一个很好的用于基本游戏图形的库。请注意,不需要 Cygwin(除非您确实需要 POSIX 仿真)- Mingw 通常就足够了。

SDL is a good library to use for basic game graphics. Note that Cygwin is not needed (unless you really need POSIX emulation) - Mingw will usually suffice.

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