rrbox / ecs-swift

Entity Component System for swift
MIT License
3 stars 0 forks source link

v0.1.0 #19

Closed rrbox closed 7 months ago

rrbox commented 9 months ago

新しい機能ほか

変更

rrbox commented 9 months ago

AnyMap<Mode>

GKEntity の代替として @rrbox が提案している型です。 複数種類の値を1つずつ格納することができ、値の型を使用して取り出す仕様です。内部で辞書を使っているため、値の取り出しの計算量は O(1) です。

rrbox commented 9 months ago

Schedule

rrbox commented 9 months ago

States

rrbox commented 9 months ago

Buffer

World に一時的に利用可能なデータ保存領域を Buffer として公開します。protocol による型制約なしで値を保持できるように API を公開します。