Greg Borenstein

Results 7 issues of Greg Borenstein

Hey Kyle, I added ofxQTVideoSaver to the project along with the necessary image buffer and other code for actually recording a movie of the screen. It's in the week3 version...

Thanks for this great library. It seems like the biggest missing feature at the moment is an API for the user to change the columns: to edit the column header,...

This would be quite useful as being able to express positions as FEN would help in integrating with chess engines.Chess engines speak UCI, which accepts positions from the front end...

Hey, I can't find a set of PointCloud types that work to use normalEstimation() to prepare for triangulate(). I'm trying to build out an example here that I was planning...

It looks like the set_board function sets @board https://github.com/xunker/uci/blob/master/lib/uci.rb#L275 but I'm not seeing the result after having sent in a fenstring ``` require 'uci' uci = Uci.new( :engine_path => '/usr/local/bin/stockfish')...

Thanks for this great library! I'm looking to use it to automate the evaluation of a series of board positions. This means I need access to the engine's info output....

Hi, I'm trying to use application.inject() in an initializer in order to make an object available to my StateManager and I was wondering what the correct name for the factory...

bug