gfx-rs / gfx-ocean

Compute based ocean simulation with gfx_hal :ocean:
116 stars 7 forks source link

Demo takes 30s to show up #2

Closed blueridanus closed 5 years ago

blueridanus commented 6 years ago

On my machine, there's a long delay(31.7s) between window creation and the demo displaying.

blueridanus commented 6 years ago

If speedup is not possible, perhaps it would be useful to output some progress messages to the console as the program loads, so it's clear it's not frozen.

msiglreith commented 5 years ago

Removed runtime generation of ocean spectrum and load it from file instead. Should be faster now.