NateTheGreatt / bitECS

Functional, minimal, data-oriented, ultra-high performance ECS library written in JavaScript
Mozilla Public License 2.0
923 stars 84 forks source link

🐛 utils: polyfill growBuffer #136

Closed pietrovismara closed 5 months ago

pietrovismara commented 5 months ago

Adds isGrowResizeSupported to test for buffer grow support and growBufferPolyfill.

pietrovismara commented 5 months ago

I think I've adressed your review with the last commits.

krispya commented 5 months ago

I'll review this, probably tomorrow morning.