glGo
0.0.6
|
A prototype for a 3D Goban display, full featured SGF editor, client for IGS-PandaNet and
interface for GNU Go. glGo is written in C++ and based on wxWindows, OpenGL and SDL. |
||||||||||||||||||||||||||||||
Copyright (c) 2003
Peter Strempel |
The downloads on this site are outdated. For up-to-date glGo releases please visit the glGo webpage on IGS. Due to the unbearable amount of spam I receive to the sourceforge email address I will no longer read this email account. So please do not use the email given on this page, I simply won't get it. You think this sucks? Yes, I do so, too. 2003-11-24 glGo 0.0.6 and Playermanager 0.0.3 released glGo 0.0.6 comes with an UGF parser (works with PandaNet mail magazine games),
an autosave feature for IGS games for better integration with the new
Playermanager 0.0.3 game index, a mechanism to open SGF files within a running glGo
including a small python file you can use to associate .sgf files with in your
browser and filemanager, and a couple of bugfixes and smaller improvements. Playermanager 0.0.3 offers support for SGF file indexing, so you can create
an index database over your own or observed IGS games - use the glGo autosave feature to gather them. glGo is a prototype for a 3D Goban and client for IGS-PandaNet as a native Win32 and Linux program written in C++. The goal is to provide a successor for the well-known Java gGo client written by me. "glGo" is sort of a codename for the prototype, it might be released as "gGo" or "gGo2" when it is usable. glGo supports playing with a GTP engine like GNU Go. The current version provides SGF loading and saving, UGF loading and an IGS client. Observing and playing games is fully supported. Utilizing the wxWindows library allows native compilation under Windows, Linux and possibly Mac OS X. This addresses the common resistance of many people against Java applications I have noticed. The usage of OpenGL allows a high quality goban display in 3D, which greatly enhanced the plain 2D display in gGo. It is possible to rotate and move the goban in three dimensions, which is an unique feature within current Go clients. The SDL library offers a way to render a fast and pretty 2D goban as alternative to the OpenGL 3D display. I am aware that releasing a client for IGS-PandaNet as open-source is a risky business and have made bad experience with the once open-sourced gGo Java client. However, I believe that open-source is the better way of developing software. People have complained to me about the modifications others have done to the software. I will send these sort of complains, insults and blames instantly to /dev/null as I only feel responsible for what I do.
If you want to use the 3D board, you need OpenGL libraries installed. They should be available on every Windows except Win95. On Linux they should come with your graphiccard driver. If you don't run a hardware-accelerated X server, the mesa libraries might work as well. If you don't have a proper 3D driver, you can use the glGo 2D board which should run on any Windows or Linux system without special requirements. See the preferences diaog in the startup window to switch between the 3D and 2D board. The default is the 2D board.glGo requires the SDL, SDL_image, SDL_ttf and SDL_gfx libraries. They are included in the Windows installer. On Linux please use the SDL runtime from your distribution. If you want sound, you need the OpenAL or SDL Mixer libraries. These libraries are optional. glGo will run if they are not present, but sound will be disabled. Both files are included in the Windows installer. They are not included in the Linux installer, as they ship with all Linux distributions. glGo requires Python 2.3 which is included in the Windows installer. On Linux please install Python 2.3 from your distribution. Please see the Readme file for further informations. This is a prototype, not a finished application. Meanwhile most things should work properly, but there are still many features missing.
Installation instructions
Confused about the "Update" and "Patch" filenames?
See the Install file for detailed information or have a look at the manual. If you are looking for the sourcecode, visit the project page on sourceforge. |