kgorking/ecs

Add a 'frequency' system option.

kgorking opened this issue · 1 comments

Allows systems to only be called maximum amount of times per second. Fx passing opts::interval<10>' to make_system` will result in the system only being updated after 100ms has passed.

Call it frequency instead? Makes more sense