JaimeGensler / thyseus

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

[vec] [entities] [strings] Fix crashes related to strings, allow multithreaded string usage #35

Closed JaimeGensler closed 1 year ago

JaimeGensler commented 1 year ago

Fairly confident this issue was more or less entirely caused by Vec using #rawPointer instead of #pointer - but did a little cleanup along the way.

Incidentally also resolves https://github.com/JaimeGensler/thyseus/issues/26