digitalmars.D.announce - curses bindings
- ylixir <ylixir gmail.com> Aug 05 2008
- Brian Sturk <bsturk comcast.net> Aug 05 2008
- ylixir <ylixir gmail.com> Aug 06 2008
I've put a ncurses binding for d up on google code. features: extremely thin binding, nothing extra to link in, just import and go. link: http://ycurses.googlecode.com
Aug 05 2008
ylixir Wrote:I've put a ncurses binding for d up on google code. features: extremely thin binding, nothing extra to link in, just import and go. link: http://ycurses.googlecode.com
Thank you very much. I've been considering porting my C++ ncurses based appliction to D and this was a blocker for me until now. :) ~telengard
Aug 05 2008
Brian Sturk wrote:ylixir Wrote:I've put a ncurses binding for d up on google code. features: extremely thin binding, nothing extra to link in, just import and go. link: http://ycurses.googlecode.com
Thank you very much. I've been considering porting my C++ ncurses based appliction to D and this was a blocker for me until now. :) ~telengard
you are very much welcome. it's the "release early" part of the "release early release often" so let me know if you have problems.
Aug 06 2008








ylixir <ylixir gmail.com>