Go: Difference between revisions

From Meta, a Wikimedia project coordination wiki
Content deleted Content added
No edit summary
D (talk | contribs)
revert: nonsense
Line 1: Line 1:
''(See also [[Help:The Go button]])''
===Verb===
Stang


----
----


We need to render Go diagrams.
Drug deal, usually referring to selling marijuana to someone younger, dumber, or too white to know much about pricing.
---"Ahh shit nigga, there goes dat stang."


Some ideas:
[[Category:Terms]]
=== 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 .png and .sgf from some easy to use markup, which is certainly much more readable than .sgf. It could be edited directly, which is easier than uploading. Minus is lower quality in printing. The diagram generation part of Sensei's Library is copyrighted by Arno Hollosi and Morten Pahle. Drop them a line and they may grant usage.

=== 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).

Revision as of 00:41, 14 February 2005

(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 .png and .sgf from some easy to use markup, which is certainly much more readable than .sgf. It could be edited directly, which is easier than uploading. Minus is lower quality in printing. The diagram generation part of Sensei's Library is copyrighted by Arno Hollosi and Morten Pahle. Drop them a line and they may grant usage.

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).