Re: [ADVANCED-DOTNET] ncurses Library for .NET

2008-09-12 Thread Peter Vertes
I'm only really interested in the coloring and positioning of characters and the different screen regions. There will be no mouse input (will just ignore them completely) and there will only be minimal keyboard input. It's not big job to implement all this myself I just didn't want to reinvent th

Re: [ADVANCED-DOTNET] ncurses Library for .NET

2008-09-12 Thread Peter Ritchie
VANCED-DOTNET@DISCUSS.DEVELOP.COM >Subject: [ADVANCED-DOTNET] ncurses Library for .NET > >*Hello List,* > >I'm looking for a console graphics library for .NET but I'm coming up >empty handed. Ideally I would like it to look like ncurses which you can >find on any *nix ins

Re: [ADVANCED-DOTNET] ncurses Library for .NET

2008-09-12 Thread Peter Ritchie
What particular part of ncurses are you looking for? Do you need mouse input, do you want simply colour and positioning, are you looking for windowing, etc.? I you're only looking for positioning and colour, do Console.SetCursorPosition(), Console.BackgroundColor, Console.ForegroundColor not do

Re: [ADVANCED-DOTNET] ncurses Library for .NET

2008-09-12 Thread Ron Young
: [ADVANCED-DOTNET] ncurses Library for .NET *Hello List,* I'm looking for a console graphics library for .NET but I'm coming up empty handed. Ideally I would like it to look like ncurses which you can find on any *nix installation. I'm looking for a library with which I can produce

Re: [ADVANCED-DOTNET] ncurses Library for .NET

2008-09-12 Thread John Warner
008 11:11 AM > To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM > Subject: [ADVANCED-DOTNET] ncurses Library for .NET > > > *Hello List,* > > I'm looking for a console graphics library for .NET but > I'm coming up empty handed. Ideally I would like it to look > like ncur

[ADVANCED-DOTNET] ncurses Library for .NET

2008-09-12 Thread Peter Vertes
*Hello List,* I'm looking for a console graphics library for .NET but I'm coming up empty handed. Ideally I would like it to look like ncurses which you can find on any *nix installation. I'm looking for a library with which I can produce something like this: http://htop.sourceforge.net/htop