Evan wrote: > Looks good! Nice to hear :)
> I'm very happy with Quarry for viewing my large SGF files (10MB, 1M > nodes) generated by my metamachine program. > > One small feature request: > > Support for the SGF property V[], which is an estimate of the score of > the game -- my program can optionally export such values in the SGF, > and I'd like to be able to view them easily. This seems more > appropriate than writing the score of the position in the comment > field. Sounds reasonable. Actually, there are quite a few SGF properties that should be displayed when they are set. However, I'm not certain how to do this best. One option is to show a label on the side bar when there is some "additional information" property, but this can have an annoyance side effect: it can get shown/hidden every second node if these "additional information" properties are sporadic in the tree. Right now I'm working on SGF tree view CGoban1-style, so this feature will be pending for some time anyway. > Additionally, it would be kinda nifty to have a way to go to the child > node with the best V property for the side to play -- ie, so I can use > Quarry to browse an SGF file like an opening book. This is more controversial (because it is of limited use.) Maybe your metamachine can sort nodes on writing instead? Paul
