首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Python > 基于Python的实体框架的游戏对象。

基于Python的实体框架的游戏对象。

资 源 简 介

Quidditas Helps to manage entities and game objects in a component-processor relationship instead of creating big inheritance trees for all entities. Keeps the creation of new entities simple, modular and the processing fast. Inspired by the Artemis framework. Current release The current version is 0.9.1 and can be installed via PyPi or directly downloaded from this site. Installing with pip pip install quidditas Usage For detailed instructions see the Usage wiki page. Getting started Write some components for an entity Components are simple data stores which don"t have to extend a specific class. Their attributes and functions depend on what you intend to do with their data. ```python class PositionComponent(object): def init(self, x=0, y=0): self.x = x se

文 件 列 表

quidditas-0.9.1
README
quidditas
PKG-INFO
setup.py
VIP VIP
0.198837s