Go: Difference between revisions

From Meta, a Wikimedia project coordination wiki
Content deleted Content added
Taw (talk | contribs)
some ideas
 
mNo edit summary
Line 1: Line 1:
''(See also [[Help:The Go button]])''

----

We need to render Go diagrams.
We need to render Go diagrams.



Revision as of 08:29, 11 July 2004

(See also Help:The Go button)


We need to render Go diagrams.

Some ideas:

sgf2tex

It produces diagrams that look wonderful on paper, but may be less suited for www. Interface in this case would be:

  • edit sgf file by some external utility
  • upload it
  • make link to it
  • image displayed would be rendered picture, and link would point to that .sgf

Some validation step would be required.

code from Sensei's Library

They have nice tool that generates .gif and .sgf from some easy to use markup, which is certainly much more readable than .sgf. It could be edited directly, what's easier than uploading. Minus is lower quality in printing. I'm also not sure under what terms Sensei's Library's software is available

our own solution

Something like texvc probably. We could make output that uses animation (mng, or animated gifs, or multiple pngs+javascript), or allow looking at it frame by frame (with JavaScript).