用于 3D 游戏开发的最佳 Python 库是什么?
- Pygame 和 Pyglet 用于 2D 游戏开发。
- Pysoy 的安装需要满足很多要求。
- 我不知道如何安装 Pyogre。
- Panda3d 给我这个错误,但不知道如何修复它。
导入错误没有名为 direct.showbase.showbase 的模块
有没有其他好的 3D 游戏开发库可以通过 Python 2.7 安装在 Windows XP 上?我更喜欢使用 pypm
或 pypi
安装它,以避免我当前在使用 Panda3d 时可能遇到的错误。
- Pygame and Pyglet are for 2D game development.
- Pysoy needs many requirements to be installed.
- I can't figure out how to install Pyogre.
- Panda3d is giving me this error and don't know how to fix it.
importerror no module named direct.showbase.showbase
Is there any other good 3D game development library that could be installed on Windows XP with Python 2.7? I prefer to install it using pypm
or pypi
to avoid possible errors that I'm currently having with Panda3d.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 pyopengl。
我想你可能需要安装 pygame ...
You can use pyopengl.
i think you might have to install pygame...