logoalt Hacker News

CyberDildonicslast Saturday at 9:52 PM1 replyview on HN

system management

What does that mean?

concurrency

Some data structures and databases deal with concurrency.


Replies

nkrisclast Saturday at 10:47 PM

In this case systems are the S of ECS and contain all your game logic, acting upon the entities and components (E and C).

By system management I assume they mean the APIs bevy offers for scheduling and sequencing systems and events so your game logic remains modularized while still running in the correct order.

show 2 replies