Search found 4 matches

by lrmall01
Fri Jun 01, 2012 2:38 pm
Forum: Programming and Technical Discussions
Topic: Best Language for UI Programming
Replies: 6
Views: 3609

Re: Best Language for UI Programming

Thanks for the suggestions guys. I also found another program that seems to be using python here: http://lucaschess.host22.com/index.htm

I will check it and PyChess for ideas on how to interface with the engine using python.
by lrmall01
Thu May 31, 2012 1:10 am
Forum: Programming and Technical Discussions
Topic: Best Language for UI Programming
Replies: 6
Views: 3609

Best Language for UI Programming

I am working to create a simple program that interfaces to UCI engines. Currently I am doing this in Python but it seems that it isn't working with all UCI engines. That has me wondering if I would be better off doing this in C or some other language.

Does anyone have experience using python to ...
by lrmall01
Tue Oct 25, 2011 3:15 am
Forum: Engines, GUIs, Books and Platforms
Topic: Getting position from Chess Engine
Replies: 3
Views: 1619

Re: Getting position from Chess Engine

I guess I can't really think of a good example where this would happen.
by lrmall01
Fri Oct 21, 2011 4:01 pm
Forum: Engines, GUIs, Books and Platforms
Topic: Getting position from Chess Engine
Replies: 3
Views: 1619

Getting position from Chess Engine

I am toying around with a very basic chess analysis tool and was wondering if it is possible to have the chess engine pass the position that it is analyzing back to the GUI. If not, how do you ensure that the sequence of moves you have passed from the gui to the engine matches? It seems like a good ...