chunky-dev / chunky

A path tracer to create realistic images of your Minecraft worlds.
https://chunky-dev.github.io/docs
GNU General Public License v3.0
643 stars 76 forks source link

Fix upper limit of "Render threads" slider #1616

Closed JustinTimeCuber closed 1 year ago

JustinTimeCuber commented 1 year ago

Especially now that recent Intel and AMD processors have 24 (e.g. 13700K, 7900X) or even 32 (e.g. 13900K, 7950X) logical cores, the slider should probably match those numbers rather than its current hardcoded upper bound of 20. (Higher values could be entered with the text box, so really this is just a small "QOL" improvement.)

Before: image image After: image image