简体   繁体   English

C ++图形和音频库

[英]C++ Graphics and Audio Libraries

I'm trying to find some good C++ Graphics/Audio Libraries. 我试图找到一些好的C ++图形/音频库。 I have tried searching this site but the only answers I can find is "X library is the best library ever." 我曾尝试搜索此站点,但唯一可以找到的答案是“ X库是有史以来最好的库”。 It gives me no information about the library except some link to some obscure site with the obscure library which also has little information about the library. 它给了我任何关于图书馆的信息,除了一些链接到晦涩的图书馆的一些晦涩的站点,而这些网站也很少有关于图书馆的信息。

What I want instead is for people to tell me about each library's: 相反,我想要的是让人们告诉我关于每个图书馆的信息:

Efficiency: Does the library run slowly with little memory? 效率:库运行缓慢且内存不足吗? quickly with high memory? 记忆力很快? Will it cause my programs to have a 2 gigabyte file size? 它会导致我的程序文件大小为2 GB吗?

Usability: How long does it take to learn the library and how hard is it to use the library? 可用性:学习该库需要多长时间,使用该库有多困难?

Compatibility: Does it play nice with other libraries? 兼容性:与其他库兼容吗? Does it work in C as well as in C++? 它在C和C ++中都能工作吗?

Operating System: What operating system(s) does it run on? 操作系统:它在什么操作系统上运行? Don't limit yourself to portable libraries. 不要局限于可移植的库。

Forewarnings: Is there something that tripped you up learning this library? 警告:有什么让您不满意此库的吗?

Method of Communication Do I list every pixel, do I tell it to render a model in an external file, or do I just tell it to render a circle? 通信方式我是否列出每个像素,是否告诉它在外部文件中渲染模型,还是只是告诉它渲染圆? Or for audio, do I tell it to give me a sin wave, a pattern of different wave forms, or just a .mp3? 还是音频,我要告诉它给我一个正弦波,不同波形的模式或只是一个.mp3吗?

Features: What features does the library have? 功能:库具有哪些功能?

License: Does the library have any licenses or restrictions attributed to its use? 许可证:图书馆是否有归因于其使用的任何许可证或限制?

Tutorials: Where can I go to learn it? 教程:我可以在哪里学习?

I hope it isn't too picky to ask for all this information, this is my first question on Stack Overflow (and I have caused confusion merely by bad writing). 我希望询问所有这些信息不是太挑剔,这是我对Stack Overflow的第一个问题(而且我仅因写得不好而引起混乱)。 I don't mind if most of the text is copied from the library website, as long as the answer tells me as much of this information as possible up front. 我不介意大部分文字是从图书馆网站复制的,只要答案能尽早告知我尽可能多的信息。

我想您可能希望Cinder项目中的库

All the cool kids use SDL . 所有很酷的孩子都使用SDL Quite a few of your questions are answered on its front page. 您的许多问题都在其首页上得到了回答。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM