mariuszhermansdorfer / SandWorm

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

Allow for the refresh rate to be specified #16

Closed philipbelesky closed 5 years ago

philipbelesky commented 5 years ago

Hey, thanks for all the recent updates! I'm not myself sold on whether this is a good idea (and am mindful of settings overload) but there were a couple of times when I wanted to be able to control the interval between the solution expiring. These were:

mariuszhermansdorfer commented 5 years ago

The more robust approach would be to spawn the computation on a separate thread, so that it doesn't lock the UI thread. Opened #18