We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
SFML 正是您所需要的:http://sfml-dev.org/。
浏览一下教程,您会发现它比 SDL 更简单、更强大。
SFML is exactly what you need: http://sfml-dev.org/.
Skim through the tutorials, you'll see that it's way easier and more powerful than SDL.
有 SFML : http://www.sfml-dev.org/
There is SFML : http://www.sfml-dev.org/
或者...只是在 SDL 之上使用 OpenGL。
Or... just use OpenGL on top of SDL.
GLFW。它只尝试做一件事(窗口创建/输入处理)。它基于 C,并且非常易于使用,提供多种语言的绑定。
SFML 可以完成所有这些工作,还提供用于音频、字体和网络的 API。它本质上是一个 C++ API,但提供了多种语言的绑定。
还有其他数千种选择:SDL(较旧)、Unity 和 UDK(如果您想创建游戏)...
GLFW. It only tries to do one thing (window creation/input handling). It is C based and pretty easy to use provides bindings for several languages.
SFML does all that and also provides an API for audio, fonts, and networking. It's nativity a C++ API but provides bindings for several languages.
There are other thousands of options: SDL (older), Unity and UDK if you want to create a game, ...