Java GUI with UCI support

Discussion of chess software programming and technical issues.

Moderator: Ras

rsantana

Java GUI with UCI support

Post by rsantana »

Hello All

Is there any open source java GUI with UCI support ? well, wjhat I really need is the java uci lib
thanks in advance
mar
Posts: 2681
Joined: Fri Nov 26, 2010 2:00 pm
Location: Czech Republic
Full name: Martin Sedlak

Re: Java GUI with UCI support

Post by mar »

I think Cuckoo comes with a GUI. http://web.comhem.se/petero2home/javachess/index.html

Martin
rsantana

Re: Java GUI with UCI support

Post by rsantana »

thanks martin

but I am looking for a Java gui which could run uci engines (like stockfish and others)
ZirconiumX
Posts: 1362
Joined: Sun Jul 17, 2011 11:14 am
Full name: Hannah Ravensloft

Re: Java GUI with UCI support

Post by ZirconiumX »

You could try Jose (but it is rather buggy):

http://jose-chess.sourceforge.net/index_download.html

Matthew:out
tu ne cede malis, sed contra audentior ito
petero2
Posts: 734
Joined: Mon Apr 19, 2010 7:07 pm
Location: Sweden
Full name: Peter Osterlund

Re: Java GUI with UCI support

Post by petero2 »

You could try the source code for the DroidFish android app: http://code.google.com/p/cuckoochess/source/browse/.

It is a java GUI with UCI support, but it is an Android GUI so probably not what you want. You may be able to extract the non-GUI parts to satisfy your "java uci lib" needs though.