Computationally heavy calculation #280
Replies: 2 comments 8 replies
-
@donalffons more than happy to make a donation if I can get some help in here. |
Beta Was this translation helpful? Give feedback.
-
I don’t believe the issue is Nuxt. Nuxt is only a framework on top of Vue. I’ve also tried to use your implementation but I’m running into some issue with Vue. Have you tried already? An example of bitbybit with Vue would be unbelievably helpful :) You’ve done an amazing job with the platform. |
Beta Was this translation helpful? Give feedback.
-
Good morning everyone,
I hope someone can help me with this topic, before I move forward with different solutions.
I have been trying to build a configurator using opencascadejs, and I have hit a roadblock now.
One of the operation is to calculate a huge amount of points along a wire at certain distances.
The version of this method that runs in c# is basically instantaneous, but the one that runs in the browser, basically locks completely the app. Now I know that I can build a worker to avoid blocking the main thread, but this is not the point.
The wire is made of a series of edges (mostly lines and arcs), and could be long a few thousand of meters. I am basically trying to calculate a point every meter along that wire which represents a road alignment.
Is there anything I am doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions