Tygem OS X client ?

Come here for discussions about the Tygem go server
Post Reply
User avatar
EdLee
Honinbo
Posts: 8859
Joined: Sat Apr 24, 2010 6:49 pm
GD Posts: 312
Location: Santa Barbara, CA
Has thanked: 349 times
Been thanked: 2070 times

Tygem OS X client ?

Post by EdLee »

Sorry for my ignorance: is there an OS X native client for Tygem ?
Kirby
Honinbo
Posts: 9553
Joined: Wed Feb 24, 2010 6:04 pm
GD Posts: 0
KGS: Kirby
Tygem: 커비라고해
Has thanked: 1583 times
Been thanked: 1707 times

Re: Tygem OS X client ?

Post by Kirby »

Probably not.
be immersed
User avatar
wineandgolover
Lives in sente
Posts: 866
Joined: Sun Jul 25, 2010 6:05 am
GD Posts: 0
Has thanked: 318 times
Been thanked: 345 times

Re: Tygem OS X client ?

Post by wineandgolover »

Plans for one?

Buying Parallels and Windows seems like an expensive way just to play on Tygem. Any other cheaper approaches for the non-technical folk (ie - no wine conversions)?

Thanks.
- Brady
Want to see videos of low-dan mistakes and what to learn from them? Brady's Blunders
tj86430
Gosei
Posts: 1348
Joined: Wed Apr 28, 2010 12:42 am
Rank: FGA 7k GoR 1297
GD Posts: 0
Location: Finland
Has thanked: 49 times
Been thanked: 129 times

Re: Tygem OS X client ?

Post by tj86430 »

wineandgolover wrote:Buying Parallels and Windows seems like an expensive way just to play on Tygem. Any other cheaper approaches for the non-technical folk (ie - no wine conversions)?

Only slightly cheaper: VirtualBox + Windows
Offending ad removed
User avatar
oren
Oza
Posts: 2777
Joined: Sun Apr 18, 2010 5:54 pm
GD Posts: 0
KGS: oren
Tygem: oren740, orenl
IGS: oren
Wbaduk: oren
Location: Seattle, WA
Has thanked: 251 times
Been thanked: 549 times

Re: Tygem OS X client ?

Post by oren »

You can play there on a reverse engineered client like qgo2.
https://github.com/pzorin/qgo

I think the main programmer uses Mac and can help out.
xed_over
Oza
Posts: 2264
Joined: Mon Apr 19, 2010 11:51 am
Has thanked: 1179 times
Been thanked: 553 times

Re: Tygem OS X client ?

Post by xed_over »

I had a packaged "installer" using Wine for a while (until a recent auto-update broke it).
I don't recall where I got it from, or who packaged it.
User avatar
RBerenguel
Gosei
Posts: 1585
Joined: Fri Nov 18, 2011 11:44 am
Rank: KGS 5k
GD Posts: 0
KGS: RBerenguel
Tygem: rberenguel
Wbaduk: JohnKeats
Kaya handle: RBerenguel
Online playing schedule: KGS on Saturday I use to be online, but I can be if needed from 20-23 GMT+1
Location: Barcelona, Spain (GMT+1)
Has thanked: 576 times
Been thanked: 298 times
Contact:

Re: Tygem OS X client ?

Post by RBerenguel »

xed_over wrote:I had a packaged "installer" using Wine for a while (until a recent auto-update broke it).
I don't recall where I got it from, or who packaged it.


I found one on reddit.com/r/baduk once, worked relatively well.
Geek of all trades, master of none: the motto for my blog mostlymaths.net
User avatar
oren
Oza
Posts: 2777
Joined: Sun Apr 18, 2010 5:54 pm
GD Posts: 0
KGS: oren
Tygem: oren740, orenl
IGS: oren
Wbaduk: oren
Location: Seattle, WA
Has thanked: 251 times
Been thanked: 549 times

Re: Tygem OS X client ?

Post by oren »

I forgot about wine with Mac. I used it on Linux with Tygem for a while a long time ago.
Kirby
Honinbo
Posts: 9553
Joined: Wed Feb 24, 2010 6:04 pm
GD Posts: 0
KGS: Kirby
Tygem: 커비라고해
Has thanked: 1583 times
Been thanked: 1707 times

Re: Tygem OS X client ?

Post by Kirby »

I second virtual box. When I used mac a lot, I used virtual box for Tygem.
be immersed
ZeroKun
Dies with sente
Posts: 71
Joined: Thu Aug 12, 2010 2:35 pm
GD Posts: 0
KGS: ZeroKun
Has thanked: 5 times
Been thanked: 13 times

Re: Tygem OS X client ?

Post by ZeroKun »

QT can be a pain, most of the builds built by other people only work on their computer, they were crashing for myself because they were looking for the QT libraries on the compiler's computer not mine. I've compiled this build with a more standard path in mind.

1. Install QT5 via Brew http://brew.sh/. Just run "brew install qt5" and wait.
2. Install XQuartz http://xquartz.macosforge.org/landing/(No need to log out, this is just a library requirement)
3. Grab the build at http://qgo.coildomain.com/

I'll try to update it at least weekly, it seems there is some pretty constant work going into its development.
kivi
Lives with ko
Posts: 159
Joined: Mon Mar 21, 2011 7:14 am
Rank: EGF 3d
GD Posts: 0
Has thanked: 5 times
Been thanked: 36 times

Re: Tygem OS X client ?

Post by kivi »

ZeroKun wrote:QT can be a pain, most of the builds built by other people only work on their computer, they were crashing for myself because they were looking for the QT libraries on the compiler's computer not mine. I've compiled this build with a more standard path in mind.

1. Install QT5 via Brew http://brew.sh/. Just run "brew install qt5" and wait.
2. Install XQuartz http://xquartz.macosforge.org/landing/(No need to log out, this is just a library requirement)
3. Grab the build at http://qgo.coildomain.com/

I'll try to update it at least weekly, it seems there is some pretty constant work going into its development.

After building you can copy the sounds folder to the proper place to get the sound working:

Code: Select all

RES_FOLDER=build/qgo.app/Contents/Resources
cp -r src/resources/sounds $RES_FOLDER

I guess board textures could be put anywhere due to how the preferences work, but following seems to be the intention of the makefiles:

Code: Select all

mkdir $RES_FOLDER/boardtextures
cp src/board/resources/pics/barcelona_cherry.png $RES_FOLDER/boardtextures/
cp src/board/resources/pics/eurobeech.png $RES_FOLDER/boardtextures/
cp src/board/resources/pics/goldenbeech.png $RES_FOLDER/boardtextures/
cp src/board/resources/pics/lemontree.png $RES_FOLDER/boardtextures/
cp src/board/resources/pics/manitoba.png $RES_FOLDER/boardtextures/
cp src/board/resources/pics/maple.png $RES_FOLDER/boardtextures/
cp src/board/resources/pics/paper.png $RES_FOLDER/boardtextures/
cp src/board/resources/pics/wood.png $RES_FOLDER/boardtextures/
cp src/board/resources/pics/wood3.png $RES_FOLDER/boardtextures/
cp src/board/resources/pics/wood4.png $RES_FOLDER/boardtextures/
cp src/board/resources/pics/wood5.png $RES_FOLDER/boardtextures/
ZeroKun
Dies with sente
Posts: 71
Joined: Thu Aug 12, 2010 2:35 pm
GD Posts: 0
KGS: ZeroKun
Has thanked: 5 times
Been thanked: 13 times

Re: Tygem OS X client ?

Post by ZeroKun »

kivi wrote:
ZeroKun wrote:QT can be a pain, most of the builds built by other people only work on their computer, they were crashing for myself because they were looking for the QT libraries on the compiler's computer not mine. I've compiled this build with a more standard path in mind.

1. Install QT5 via Brew http://brew.sh/. Just run "brew install qt5" and wait.
2. Install XQuartz http://xquartz.macosforge.org/landing/(No need to log out, this is just a library requirement)
3. Grab the build at http://qgo.coildomain.com/

I'll try to update it at least weekly, it seems there is some pretty constant work going into its development.

After building you can copy the sounds folder to the proper place to get the sound working:

Code: Select all

RES_FOLDER=build/qgo.app/Contents/Resources
cp -r src/resources/sounds $RES_FOLDER

I guess board textures could be put anywhere due to how the preferences work, but following seems to be the intention of the makefiles:

Code: Select all

mkdir $RES_FOLDER/boardtextures
cp src/board/resources/pics/barcelona_cherry.png $RES_FOLDER/boardtextures/
cp src/board/resources/pics/eurobeech.png $RES_FOLDER/boardtextures/
cp src/board/resources/pics/goldenbeech.png $RES_FOLDER/boardtextures/
cp src/board/resources/pics/lemontree.png $RES_FOLDER/boardtextures/
cp src/board/resources/pics/manitoba.png $RES_FOLDER/boardtextures/
cp src/board/resources/pics/maple.png $RES_FOLDER/boardtextures/
cp src/board/resources/pics/paper.png $RES_FOLDER/boardtextures/
cp src/board/resources/pics/wood.png $RES_FOLDER/boardtextures/
cp src/board/resources/pics/wood3.png $RES_FOLDER/boardtextures/
cp src/board/resources/pics/wood4.png $RES_FOLDER/boardtextures/
cp src/board/resources/pics/wood5.png $RES_FOLDER/boardtextures/


Never tested sound since I never use it, it's hard to imagine that this wouldn't have gone over*rolls eyes*. Do the textures just not show up for you? Everything had been working on 2 separate computers for me. I'll make another zip including those changes.

*Uploaded new copy*
Last edited by ZeroKun on Tue Dec 17, 2013 7:42 am, edited 1 time in total.
kivi
Lives with ko
Posts: 159
Joined: Mon Mar 21, 2011 7:14 am
Rank: EGF 3d
GD Posts: 0
Has thanked: 5 times
Been thanked: 36 times

Re: Tygem OS X client ?

Post by kivi »

ZeroKun wrote:Never tested sound since I never use it, it's hard to imagine that this wouldn't have gone over*rolls eyes*. Do the textures just not show up for you? Everything had been working on 2 separate computers for me. I'll make another zip including those changes.

Those are alternative textures that you can select in preferences->goban/table. Otherwise you have the default texture only.
ZeroKun
Dies with sente
Posts: 71
Joined: Thu Aug 12, 2010 2:35 pm
GD Posts: 0
KGS: ZeroKun
Has thanked: 5 times
Been thanked: 13 times

Re: Tygem OS X client ?

Post by ZeroKun »

kivi wrote:
ZeroKun wrote:Never tested sound since I never use it, it's hard to imagine that this wouldn't have gone over*rolls eyes*. Do the textures just not show up for you? Everything had been working on 2 separate computers for me. I'll make another zip including those changes.

Those are alternative textures that you can select in preferences->goban/table. Otherwise you have the default texture only.


Cool, just uploaded another copy, but sound still didn't work on my system.
Post Reply