hrgdavor / jscadui

MIT License
30 stars 9 forks source link

Progress indicator #97

Closed eevleevs closed 7 months ago

eevleevs commented 7 months ago

I have some large models that take minutes to generate, could use a way to display a progress indicator instead of the spinner.

hrgdavor commented 7 months ago

Unfortunately, not at the moment or near future. Script is executed directly, there is no csg to even know how many operations are left to do (even that would be inaccurate because one op can take minutes and second milliseconds, and it is not trivial to predict).

eevleevs commented 7 months ago

I was rather thinking that the script could actively report the progress to the UI, if there was a way for messaging.