Cubitect / cubiomes-viewer

An efficient graphical Minecraft seed finder and map viewer.
GNU General Public License v3.0
1.03k stars 61 forks source link

[Feature Request] Progress bar? #165

Closed pastelneigh closed 1 year ago

pastelneigh commented 2 years ago

Hey there! I'm loving using this program, and was wondering if something like a progress bar would be possible to implement? When analysing large ranges, it'd be awesome to see how long it has left to go!

Thanks for your hard work :)

-Edit- I'm referring to the analysis tab here, should have made that more clear!

mooing-cowmilk commented 2 years ago

image There is one for the search tab, unless your referring to the Analysis tab?

pastelneigh commented 2 years ago

Yes, sorry! I'm referring to the analysis tab! I should have made that more clear in my post! My apologies.

Cubitect commented 1 year ago

The analysis has a progress display that shows how many seeds have been checked from the seed list: analysis_progress

However, there is no progress indicator for individual seeds since the analysis, in general, does not follow a clear progressive algorithm, and how much time any of the requested checks take for a specific seed, is highly situational, so any progress report would be pretty much useless.