Displaying multiple consoles - .NET
I'm trying to display multiple consoles, one for my inventory, so I need to be able to send information to it, how can I approach this?
4 Replies
wht do you mean by "multiple consoles"?
There's not a huge amount to go with here
(people usually would organize the space to allow for this; going multiform is more of a graphical ui)
Sorry, I mean generating another command prompt interface programatically
This is not specifically what you're asking for but Spectre.Console is a cli app library using which you could have a split output in your terminal, i.e. emulating multiple consoles. Maybe that would be a little simpler than creating two terminals. Afaik that would require multiple processes.
https://spectreconsole.net/
Spectre.Console - Welcome!
Spectre.Console is a .NET library that makes it easier to create beautiful console applications.