最快的 python/C++多媒体图书馆

发布于 2024-09-05 11:33:11 字数 124 浏览 4 评论 0原文

我在基于 OpenGL 的游戏中使用 pyglet,但它是最快的带有 python 包装器的库吗?我可以创建 C++ 扩展并使用任何 C++ 多媒体库。是否有任何 C++ 库值得投入时间,或者不值得额外的工作?

谢谢。

I'm using pyglet for my OpenGL based game but is it the fastest library out there which has a python wrapper? I could create a C++ extension and use any C++ multimedia library. Are there any C++ libraries that are worth investing time into or is it not worth the extra work?

Thank you.

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

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

发布评论

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

评论(2

り繁华旳梦境 2024-09-12 11:33:11

PygameSDL 库,广泛应用于游戏开发,提供 OpenGL、声音和输入管理。据我所知,至少 SDL 相当快,而且包装器只是封装了供 python 使用的二进制功能。根据您的使用情况,您可以实现高速。

Pygame is a python wrapper for the SDL library, which is widely used in game developing and provides OpenGL, sound and input management. To my knowledge at least SDL is quite fast, and the wrapper just encapsulates the binary functionality for python usage. Depending on your usage you can accomplish high speed.

东京女 2024-09-12 11:33:11

我想说 (Py)SFML 但我不确定您的多媒体要求是什么。

I'd say (Py)SFML but I'm not sure of what your multimedia requirements are.

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