nmfisher / flutter_filament

3D rendering layer for Flutter/Filament
Other
44 stars 7 forks source link

Frame timing #2

Open nmfisher opened 7 months ago

nmfisher commented 7 months ago

When I moved everything to FFI I implemented a very hacky frame timer that just waits for the given interval (e.g. 16ms) after processing all tasks on the queue.

This means the actual frame interval won't be correct if we're submitting a lot of jobs to the queue. We should have a nicer way of handling this.