Results 1 to 3 of 3
Hi all!
I want to write an application with an interface similar to those used in non-GUI linux installation programs. It is not really a pseudo-graphic. Does anybody knows an ...
- 08-01-2010 #1Just Joined!
- Join Date
- Aug 2010
- Posts
- 1
how to add graphic to console application?
Hi all!
I want to write an application with an interface similar to those used in non-GUI linux installation programs. It is not really a pseudo-graphic. Does anybody knows an appropriate library?
Thanks.
- 08-01-2010 #2Linux User
- Join Date
- Jan 2006
- Posts
- 414
I think NCurses is what you're looking for, there's a nice tutorial for it at Writing Programs with NCURSES
- 08-01-2010 #3Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
As darkrose said, most console applications that need cursor-addressed display and input use curses/ncurses for that. For example, the Linux sound mixer tool, alsamixer uses ncurses to get a nice graphical-like UI on console displays.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote