JaimeGensler / thyseus

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

[FEAT] Expose struct field decorator API #4

Closed JaimeGensler closed 1 year ago

JaimeGensler commented 1 year ago

It's currently not really possible to create custom struct field decorators. The current internal API isn't too bad, but should probably be cleaned up / rethought before being exposed.

Blocked by https://github.com/JaimeGensler/thyseus/issues/3

JaimeGensler commented 1 year ago

On hold while investigating serializing/deserializing