DarthSharkie / Apel-Mod

Apel is a library that brings particle animations to the table with flexible behaviour and a clean developer interface. It promises also lots of predefined shapes & paths to help the developer on their particle scene
Other
0 stars 0 forks source link

Renderer needs to handle `delay > 1` when writing to files #10

Open DarthSharkie opened 5 months ago

DarthSharkie commented 5 months ago

The network renderer and the server renderer will only emit draw instructions on the appropriate world ticks.

The file renderer, however, will need some way of indicating that a frame is supposed to delay beyond a single tick.