hmans / miniplex

A 👩‍💻 developer-friendly entity management system for 🕹 games and similarly demanding applications, based on 🛠 ECS architecture.
MIT License
854 stars 39 forks source link

Compared to Bitecs.js's ECS architecture mode, does EC mode perform better? #308

Closed WREQI closed 10 months ago

WREQI commented 10 months ago

image image image In bitECS, there will be a pipe that loops through the System function, which may not feel good. Is it the same way to loop with the new system during the final update in miniplex? Do miniplex have non react case references with the three. js set?