Text UI for D

2013-03-24 Thread DLearner

Can anyone recommend a simple text UI (something like Newt) which
can be used from within a D program?


Text UI for D?

2015-03-20 Thread DLearner via Digitalmars-d-learn

Does D have a recommended package for this - like (n)curses for C?



Re: Text UI for D

2013-03-24 Thread H. S. Teoh
On Sun, Mar 24, 2013 at 11:13:16PM +0100, DLearner wrote:
> Can anyone recommend a simple text UI (something like Newt) which
> can be used from within a D program?

Check out ConsoleD (by Robik) or terminal (by Adam Ruppe), both found
here:

https://github.com/robik/ConsoleD


T

-- 
There are two ways to write error-free programs; only the third one works.


Re: Text UI for D?

2015-03-20 Thread Suliman via Digitalmars-d-learn

On Friday, 20 March 2015 at 10:29:45 UTC, DLearner wrote:
Does D have a recommended package for this - like (n)curses for 
C?


http://stackoverflow.com/questions/29061809/tui-text-user-interface-for-d


Re: Text UI for D?

2015-03-20 Thread John Colvin via Digitalmars-d-learn

On Friday, 20 March 2015 at 10:29:45 UTC, DLearner wrote:
Does D have a recommended package for this - like (n)curses for 
C?


You could just use nurses: 
https://github.com/D-Programming-Deimos/ncurses


Re: Text UI for D?

2015-03-20 Thread Baz via Digitalmars-d-learn

On Friday, 20 March 2015 at 10:29:45 UTC, DLearner wrote:
Does D have a recommended package for this - like (n)curses for 
C?


I cannot recommend it because i've just found the package, it 
like Pascal turbo vision but in D.


https://github.com/bbodi/dvision

A few years ago someine else started a similar project but i 
can't found the link, it's too old.


Re: Text UI for D?

2015-03-20 Thread H. S. Teoh via Digitalmars-d-learn
On Fri, Mar 20, 2015 at 10:29:44AM +, DLearner via Digitalmars-d-learn 
wrote:
> Does D have a recommended package for this - like (n)curses for C?

Try Adam Ruppe's excellent terminal.d -- I use it for my own TUI
programs, and it's pretty good.

https://github.com/adamdruppe/arsd/blob/master/terminal.d


T

-- 
LINUX = Lousy Interface for Nefarious Unix Xenophobes.


Re: Text UI for D?

2015-03-20 Thread ketmar via Digitalmars-d-learn
On Fri, 20 Mar 2015 10:29:44 +, DLearner wrote:

> Does D have a recommended package for this - like (n)curses for C?

most of the time you don't really need a full-blown UI, but something to 
control the terminal and draw frames. ;-) Adam's module does that.

signature.asc
Description: PGP signature