Search found 13 matches
- Mon Jun 06, 2022 8:32 am
- Forum: Go Rules
- Topic: 77th Honinbo Game 1 puzzle
- Replies: 14
- Views: 16169
Re: 77th Honinbo Game 1 puzzle
About the ko - I don't understand exactly what ko is being referred to. It looks like all the kos on the board involve groups that are dead (and so there's no need to play them - and the side that owns the territory doesn't want to play them). What am I missing?
- Sun Jun 05, 2022 6:43 am
- Forum: Computer Go
- Topic: Electron-based GUIs and hardware acceleration
- Replies: 0
- Views: 5494
Electron-based GUIs and hardware acceleration
I recently noticed that Electron-based GUIs such as Sabaki, LizGoban, and my own Ogatak have lower KataGo performance on my machine if they are configured to use hardware acceleration. While this makes some sense (because it could mean the GUI and the engine are fighting for the GPU) I am certain ...
- Mon May 16, 2022 5:25 am
- Forum: Computer Go
- Topic: Ogatak: another Lizzie-ish GUI (KataGo only)
- Replies: 12
- Views: 17955
Re: Ogatak: another Lizzie-ish GUI (KataGo only)
v1.5.1 adds automatic font size adjustments for the board, which was one of the most obvious missing features.
- Thu May 05, 2022 9:05 am
- Forum: Computer Go
- Topic: Board Evaluations biased by komi
- Replies: 2
- Views: 5872
Re: Board Evaluations biased by komi
Ogatak does this rather easily (well, as long as you stick within "normal" komi range of 0-7.5) you can just left-click or right-click the komi on the fly.
- Tue May 03, 2022 11:49 am
- Forum: Computer Go
- Topic: Is there any demand for a simple-minded game database app?
- Replies: 1
- Views: 5418
Is there any demand for a simple-minded game database app?
I'm in the process of writing a simple game database app for my own purposes. It can search by things like player names, event, date, but not position. You can see what it looks like at:
https://github.com/rooklift/shin-kaya
It's currently good enough for me, but not really usable by the masses in ...
https://github.com/rooklift/shin-kaya
It's currently good enough for me, but not really usable by the masses in ...
- Fri Apr 15, 2022 10:16 am
- Forum: Professionals
- Topic: Pro Go/Baduk/Weiqi podcast with gazza and xiaodai
- Replies: 87
- Views: 110252
Re: Pro Go/Baduk/Weiqi podcast with gazza and xiaodai
Hi, this seems interesting, thanks. Audio is OK for me.
- Wed Mar 16, 2022 4:41 pm
- Forum: Computer Go
- Topic: Ogatak: another Lizzie-ish GUI (KataGo only)
- Replies: 12
- Views: 17955
Re: Ogatak: another Lizzie-ish GUI (KataGo only)
Alright, I added the ability to edit root properties such as player names, so afaik it's now a fully functioning SGF editor. I didn't really intend to make a fully functioning SGF editor, it just happened by accident, and I suppose if that's all one wants, there's not much to recommend it over ...
- Tue Mar 08, 2022 2:30 pm
- Forum: Computer Go
- Topic: Ogatak: another Lizzie-ish GUI (KataGo only)
- Replies: 12
- Views: 17955
Re: Ogatak: another Lizzie-ish GUI (KataGo only)
Done some more work on it and one can now edit board positions and basic markup, among some other improvements.
- Fri Feb 25, 2022 2:47 pm
- Forum: Computer Go
- Topic: Ogatak: another Lizzie-ish GUI (KataGo only)
- Replies: 12
- Views: 17955
Re: Ogatak: another Lizzie-ish GUI (KataGo only)
Since I made the original post, I've made a series of incremental improvements, to the point where I'm actually fairly happy with it now. It handles most weird SGF stuff, it handles GIB and NGF, it draws the game tree, it can draw marks (like triangles etc) and labels and comments (though not edit ...
- Sun Dec 05, 2021 4:58 pm
- Forum: Computer Go
- Topic: Ogatak: another Lizzie-ish GUI (KataGo only)
- Replies: 12
- Views: 17955
Re: Ogatak: another Lizzie-ish GUI (KataGo only)
The graph immediately to the right of the board shows the winrate and score estimates (for positions the engine has actually run on). You can switch between which one is prominently displayed using the Display --> Graph menu items.
You can generate a graph for the entire game by going to the start ...
You can generate a graph for the entire game by going to the start ...
- Fri Jul 30, 2021 4:53 am
- Forum: Computer Go
- Topic: Ogatak: another Lizzie-ish GUI (KataGo only)
- Replies: 12
- Views: 17955
Re: Ogatak: another Lizzie-ish GUI (KataGo only)
By the way, does Ogatak use KataGo's analytics engine? If so, what is the difference between a GTP engine and an analytics engine?
Yes, it does. I'd say it's easier for the GUI developer to use. For one thing, it's stateless, in the sense that, when making a new query to KataGo, the GUI supplies ...
Yes, it does. I'd say it's easier for the GUI developer to use. For one thing, it's stateless, in the sense that, when making a new query to KataGo, the GUI supplies ...
- Thu Jul 29, 2021 9:28 am
- Forum: Computer Go
- Topic: Ogatak: another Lizzie-ish GUI (KataGo only)
- Replies: 12
- Views: 17955
Re: Ogatak: another Lizzie-ish GUI (KataGo only)
Hello
I got an error when I set KataGo 1.9.0. Do I always have to use KataGo 1.9.1?
KataGo 1.9.0 had a serious bug which can cause crashes, so yes.
Also, does the configuration file need to be analysis_example.cfg? Is default_gtp.cfg not possible?
Uh, I don't know to be honest. I personally ...
I got an error when I set KataGo 1.9.0. Do I always have to use KataGo 1.9.1?
KataGo 1.9.0 had a serious bug which can cause crashes, so yes.
Also, does the configuration file need to be analysis_example.cfg? Is default_gtp.cfg not possible?
Uh, I don't know to be honest. I personally ...
- Wed Jul 28, 2021 5:52 am
- Forum: Computer Go
- Topic: Ogatak: another Lizzie-ish GUI (KataGo only)
- Replies: 12
- Views: 17955
Ogatak: another Lizzie-ish GUI (KataGo only)
Hello all -
I've lately been attempting to write a Lizzie-ish GUI (for KataGo only) and it's reached the point where I'm no longer entirely ashamed of it, so if anyone wants to try it out, see:
* https://github.com/rooklift/ogatak
* https://github.com/rooklift/ogatak/releases
Comments welcome.
I've lately been attempting to write a Lizzie-ish GUI (for KataGo only) and it's reached the point where I'm no longer entirely ashamed of it, so if anyone wants to try it out, see:
* https://github.com/rooklift/ogatak
* https://github.com/rooklift/ogatak/releases
Comments welcome.