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

Shared Array Buffer support? #160

Open MykhailoStrelnykov opened 3 months ago

MykhailoStrelnykov commented 3 months ago

Got a bunch of 3d object with Position, Quaternion, Scale components. Want to do physics in a separate worker. Is there any way to make stores as a Shared Array Buffer?