JaimeGensler / thyseus

An archetypal Entity Component System, built entirely in Typescript
MIT License
74 stars 3 forks source link

[thyseus] 0.17 - Query improvements #80

Closed JaimeGensler closed 9 months ago

JaimeGensler commented 9 months ago

Overview

Home of 0.17 changes, which are primarily some improvements to queries. Was originally going to be a minor update but have decided that Read<T> is just unnecessary and adds bloat so this is technically breaking. Readonly<T> will still be supported (although slightly differently).

Breaking changes

Features

Improvements

Bug Fixes