-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
two UI suggestions #124
Comments
Thanks for your suggestions.
|
Thanks for the elaborations. Options in this case are always better, I think. |
@aki65 可不可以改善貼圖,我認為目前的棋子和棋盤的樣式都很醜陋。還有,下子時的聲音也很刺耳。 此外,我要回報一些其他問題:
我在測試到底使用哪個NPU加速器會比較快。對此,我做了一些實驗。固定其他設置,只改變NPU號碼,並且在相同計算時間和相同局面的條件下,記錄下它們分別能有多少計算量。本來打算進行多輪測試來取平均值。但是結果十分奇怪,因為不同的NPU號碼都有明顯的兩個數值,一個數值低,一個數值高。例如在第一輪測試中,NPU -、1、2、3、5號,有13xxx計算量,而4號只有8xxx計算量。但是,在第二輪測試,NPU -、2、4、5號,有13xxx計算量,而1、3號只有8xxx計算量。出現這樣情況沒有原因和規律。 (使用8Gen2、每次測試都清除緩存重開、隨機改變NPU號碼順序進行測試) |
|
In the latest release https://github.com/aki65/aki65.github.io/releases/tag/v1.19.11 captures are displayed in the top left circles. |
For me the style of the board and stones is quite good. And the sound of a move is also OK, when I compare it with real sound when Yunzi stones |
@aki65 對於棋子和棋盤的紋理,我認為可以參考OGS平台的做法,即是提供幾種內置的選擇,並且能夠使用外部網址連結。 |
And I just noticed an issue, namely the captures are shown in reverse. All other weiqi/go/baduk apps show capture number increasement in black circle/side when white stones are captured and vice versa. |
The question is: Should the number in the black circle denote: I opted for (a) when I implemented the capture display a long time ago. But if all other apps use (b) as you say, it should be changed. I did this in the latest release: https://github.com/aki65/aki65.github.io/releases/tag/v1.19.12 This release also offers an additional custom theme for board and stone textures where you can import your favorite images. |
In the latest release https://github.com/aki65/aki65.github.io/releases/tag/v1.19.19 you can toggle the display of the next move marker in "Set board appearance" in settings. |
能否新增註解可視化,可編輯的功能? |
这已经成为可能(在 1.19.7 中引入,参见发行说明)。在设置中勾选 "游戏树",棋盘下方就会显示 sgf 树。如果长按节点,会弹出一个对话框,您可以在其中为节点添加注释。 |
原來如此,我嘗試了這個功能,認為它比較不方便。能否有較適合的顯示視窗呢? |
编辑评论时,您可能会选择 “游戏树”:
选择 “游戏树 ”后,只需轻点一下即可编辑注释。还有比这更简单的吗? 因此,我认为在这方面没有太大的改进余地。 |
我認為可以更換成雙擊「顯示注釋的區域」來進行編輯,而不是長按節點並彈出新的窗口來編輯。另外,能否增加當長按「前進」或「後退」按鈕時,連續地前進或後退的功能。 |
1. The numbers of captures will be covered when the analyses/pondering are (being) done. It's better to move them into the top white/black circles. Since the stone on the board is marked with a red spot, it's clear whose turn to play. pic 1
2. The winrate and score lead like pic 2 could be more intuitive. Would you consider to implement it?
Just my two cents, thanks for your great app.
The text was updated successfully, but these errors were encountered: