New and improved SGF viewer at Go4Go.net
-
macelee
- Lives in sente
- Posts: 928
- Joined: Mon Dec 31, 2012 1:46 pm
- Rank: 5 dan
- GD Posts: 0
- KGS: macelee
- Location: UK
- Has thanked: 72 times
- Been thanked: 480 times
- Contact:
New and improved SGF viewer at Go4Go.net
I have just put online a newly created SGF viewer at Go4Go.net. This has replaced the very old and broken Java-based viewer and provides some additional functions (such as generating diagram code). You can still choose to use the Eidogo player if you prefer.
- Attachments
-
- screen3.png (68.33 KiB) Viewed 7461 times
-
vpopovic
- Lives with ko
- Posts: 149
- Joined: Fri Apr 05, 2013 10:59 am
- Rank: KGS 7 kyu
- GD Posts: 0
- KGS: Vladimir
- Location: Belgrade, Serbia
- Has thanked: 12 times
- Been thanked: 28 times
Re: New and improved SGF viewer at Go4Go.net
Maybe it's just me, but I have one sugestion.
Make sizes of stones such that they touch each other. As it is now, there's a very little part of a line that can be seen between stones but that hurts eyes.
Just my opinion...
Cheers
Make sizes of stones such that they touch each other. As it is now, there's a very little part of a line that can be seen between stones but that hurts eyes.
Just my opinion...
Cheers
- moyoaji
- Lives in sente
- Posts: 773
- Joined: Fri Jun 14, 2013 12:53 pm
- Rank: KGS 1 kyu
- GD Posts: 0
- Universal go server handle: moyoaji
- Location: Michigan, USA
- Has thanked: 143 times
- Been thanked: 218 times
Re: New and improved SGF viewer at Go4Go.net
That diagram code feature is fantastic. Now I'll be able to easily make references to professional games.
"You have to walk before you can run. Black 1 was a walking move.
I blushed inwardly to recall the ignorant thoughts that had gone through
my mind before, when I had not realized the true worth of Black 1."
-Kageyama Toshiro on proper moves
I blushed inwardly to recall the ignorant thoughts that had gone through
my mind before, when I had not realized the true worth of Black 1."
-Kageyama Toshiro on proper moves
-
macelee
- Lives in sente
- Posts: 928
- Joined: Mon Dec 31, 2012 1:46 pm
- Rank: 5 dan
- GD Posts: 0
- KGS: macelee
- Location: UK
- Has thanked: 72 times
- Been thanked: 480 times
- Contact:
Re: New and improved SGF viewer at Go4Go.net
vpopovic wrote:Maybe it's just me, but I have one sugestion.
Make sizes of stones such that they touch each other. As it is now, there's a very little part of a line that can be seen between stones but that hurts eyes.
Just my opinion...
Cheers
Interesting point. I checked a large number of Go software to see how other people handling this. There are two possibilities. The first follows what you suggested - to have bigger stones touching each other (for example that is what cgoban2 does). The second is to remove the little part of the line between stones, which in my opinion makes the whole thing looks less real (for example see the screen capture of Multigo).
There are other software just doing what I have done (such as Drago and a few IOS/android applications I checked). I am not sure what is the best practice.
-
macelee
- Lives in sente
- Posts: 928
- Joined: Mon Dec 31, 2012 1:46 pm
- Rank: 5 dan
- GD Posts: 0
- KGS: macelee
- Location: UK
- Has thanked: 72 times
- Been thanked: 480 times
- Contact:
Re: New and improved SGF viewer at Go4Go.net
moyoaji wrote:That diagram code feature is fantastic. Now I'll be able to easily make references to professional games.
I am happy this is useful. In a separate thread (viewtopic.php?f=18&t=8124&start=60) we are discussing integrating my site with a diagram editor, which would make this more convenient.
-
jlaire
- Beginner
- Posts: 17
- Joined: Thu Dec 27, 2012 2:36 am
- Rank: EGF 2 dan
- GD Posts: 0
- Location: Finland
- Has thanked: 3 times
- Been thanked: 5 times
Re: New and improved SGF viewer at Go4Go.net
The lines look too thick and distracting to me. How about changing lineWidth from 2 to 1? (You also need to add .5 to the moveTo and lineTo coordinates.)
- Attachments
-
- sgfboard.png (97.66 KiB) Viewed 7384 times
-
macelee
- Lives in sente
- Posts: 928
- Joined: Mon Dec 31, 2012 1:46 pm
- Rank: 5 dan
- GD Posts: 0
- KGS: macelee
- Location: UK
- Has thanked: 72 times
- Been thanked: 480 times
- Contact:
Re: New and improved SGF viewer at Go4Go.net
jlaire wrote:The lines look too thick and distracting to me. How about changing lineWidth from 2 to 1? (You also need to add .5 to the moveTo and lineTo coordinates.)
Thanks for the +0.5 trick! I changed the line thickness and it looks much nicer now. I also needed to adjust the stones and hoshi points so that they center properly. Also fixed a few small bugs.
-
macelee
- Lives in sente
- Posts: 928
- Joined: Mon Dec 31, 2012 1:46 pm
- Rank: 5 dan
- GD Posts: 0
- KGS: macelee
- Location: UK
- Has thanked: 72 times
- Been thanked: 480 times
- Contact:
Re: New and improved SGF viewer at Go4Go.net
I've made further improvement to the SGF viewer and related web pages. Now it is possible to jump to a specified move when loading the SGF viewer.
An example how this can be useful:
Please guess Lee Changho's next move - how to attack the black stone D10? (and the diagram below is generated using the 'diagram code' function on Go4Go website)
And here the (rather shocking) answer: http://www.go4go.net/go/games/sgfview/10178/44
This example shows that the desired move number (44) can be simply appended to the game URL. (Note this does not apply to the Eidogo player embedded in Go4Go, please make sure to switch to the Go4Go player).
This is nothing sophisticated, but it forms the basis of other future functions like pattern search.
An example how this can be useful:
Please guess Lee Changho's next move - how to attack the black stone D10? (and the diagram below is generated using the 'diagram code' function on Go4Go website)
And here the (rather shocking) answer: http://www.go4go.net/go/games/sgfview/10178/44
This example shows that the desired move number (44) can be simply appended to the game URL. (Note this does not apply to the Eidogo player embedded in Go4Go, please make sure to switch to the Go4Go player).
This is nothing sophisticated, but it forms the basis of other future functions like pattern search.