Pyglet
Pyglet是一个使用Python编程语言编写的,面向对象的多媒体游戏库。Pyglet可以在Microsoft Windows,Linux以及Mac OS X等操作系统上运行,它以BSD许可证开源。
|  | |
| 開發者 | pyglet contributors | 
|---|---|
| 当前版本 | 
 | 
| 源代码库 | https://github.com/pyglet/pyglet | 
| 编程语言 | Python | 
| 操作系统 | Microsoft Windows,Unix-like等 | 
| 许可协议 | BSD许可证 | 
| 网站 | www  | 
代码示例
    
创建一个窗口并显示它:
import pyglet
window = pyglet.window.Window(width=640, height=480, caption="Hello World!")
pyglet.app.run()
外部链接
    
- Pyglet在GitHub的存储库 (页面存档备份,存于)
- Pyglet官方网站 (页面存档备份,存于)
引用列表
    
- . [2021-11-07]. (原始内容存档于2022-05-10) (英语).
    This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.