
Hello! Is it possible to get an option to display a centipawn loss or graph view when reviewing a game? I understand if the graph is more work, but the bar could just display the current move that the engine is analyzing which would be nice so I do not have to spoil the answer for myself by looking at the number adjacent to the engine's next move.
I scoured the settings to see if Chessx had a feature for this, and even dug into the wiki and I do not think it does. "Game Time" is close but as far as I can tell that is not related to centipawn loss.
Sorry, I had no idea the example image was so large...But I think you know what I mean.
@Jeremy I think that's a great idea. I implemented it. You can see my work in this PR: https://github.com/Isarhamster/chessx/pull/101
This works by spawning several engines at the same time, each given one move in the game, limited to one thread, and with one second to analyze its position. Here's what it looks like in action:
https://imgur.com/a/4uIZO9S
There are several improvements that can be made (visually, more options, etc.), but I think I'll let the maintainer review my work and see what he thinks first.