digitalmars.D.learn - Console widget library
- Marek Janukowicz (5/5) Oct 23 2013 Is there any console widget library available for D? I mean something li...
- Adam D. Ruppe (7/8) Oct 23 2013 something like this?
- Marek Janukowicz (5/13) Oct 23 2013 Wow, that was quick :)
Is there any console widget library available for D? I mean something like high level library on top of ncurses. Maybe anyone took a shot at libyui wrapper? -- Marek Janukowicz
Oct 23 2013
On Wednesday, 23 October 2013 at 16:04:28 UTC, Marek Janukowicz wrote:Is there any console widget library available for D?something like this? https://github.com/klamonte/d-tui I believe it works on both windows and linux now. I've never actually used it for a real application, but when the author linked me to it I played briefly and thought it was pretty boss.
Oct 23 2013
Adam D. Ruppe wrote:Wow, that was quick :) D-tui looks like something worth taking a look - thanks. -- Marek JanukowiczIs there any console widget library available for D?something like this? https://github.com/klamonte/d-tui I believe it works on both windows and linux now. I've never actually used it for a real application, but when the author linked me to it I played briefly and thought it was pretty boss.
Oct 23 2013