hmans / miniplex

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

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

Closed WREQI closed 8 months ago

WREQI commented 8 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?