共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
oss.trustie.net/open_source_projects | 主页 > 开源项目社区 > dream2d |
dream2d
|
0 | 0 | 0 |
贡献者 | 讨论 | 代码提交 |
Dream is a cross-platform game engine focused on 2D vector graphics (OpenGL backend) and realistic physics. The aim is to create a 2D world supporting object movement and interaction based on realistic Newton physics (probably limited to solid polygonal shapes).
Dream is written in Python, with performance bottleneck parts subsequently moved to Pyrex/C code. Dream uses Pyrex, PyGame, PyOpenGL, and Numpy. It is designed to support networking.