mariuszhermansdorfer / SandWorm

Augmented Reality Sandbox for Grasshopper & Rhino
MIT License
20 stars 11 forks source link

Spawn a separate thread for the computation #18

Closed mariuszhermansdorfer closed 4 years ago

mariuszhermansdorfer commented 4 years ago

When heavy analysis are chained to the SandWorm component it might slow down the UI. Maybe offloading it to a separate thread would prevent the UI thread from locking.

a workaround for now is to use a data dam + a timer to only calculate these analysis at a user specified interval.

mariuszhermansdorfer commented 4 years ago

Not sure about this. Will close for now and we can always reopen if needed.