Visual Studio和Eclipse中的C ++图形库 [英] C++ Graphics Library in Visual Studio and Eclipse

查看:441
本文介绍了Visual Studio和Eclipse中的C ++图形库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

VS是否有任何图形库可用于C ++或Eclipse?
我正在创建一个PacMan游戏,所以我应该使用哪个图形库?

解决方案

SDL是一个C库,所以如果你一直在使用C ++,你可能会发现它的简单界面很麻烦。但是,它是这个类别中使用最广泛的库。



SDLmm 是一个用于SDL的C ++库包装器,向SDL提供了一个友好的C ++面孔。



SFML 是一个具有类似于SDL的功能的C ++媒体库。我很喜欢它,它的效果很好。


Is there any Graphics library available in VS or Eclipse for C++? I am creating a PacMan Game so Which graphics Library should i Try?

解决方案

SDL is a C library, so if you've been using C++ for a while, you may find its simple interface cumbersome. However, it is the most widely-used library in this category.

SDLmm is a C++ library wrapper for SDL that presents a friendly C++ face to SDL.

SFML is a C++ media library with features similar to SDL. I rather quite like it, and it works very well.

这篇关于Visual Studio和Eclipse中的C ++图形库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆