CYGWIN图形?
我目前在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.