Hi all.
In my newly found linux learning from the console point of view I have found Midnight Commander.
https://en.wikipedia.org/wiki/Midnight_Commander
A REALLY great file manager that I use daily. So in thinking (I really have to stop doing that) can b4j do something like this? A little research and I found out it uses the ncurses to do all it's magic.
"ncurses (new curses) is a programming library providing an application programming interface (API) that allows the programmer to write text-based user interfaces in a terminal-independent manner. It is a toolkit for developing "GUI-like" application software that runs under a terminal emulator."
I myself will not do GUI for the RasPi but this looks good.
So... How can b4j use this library? Is there a java port!!!!
And I found: https://sourceforge.net/projects/javacurses/
So... Again... How does one get this working in b4j? Easy, hard, impossible or is my brain really only on 3 hours of sleep.
Thanks
In my newly found linux learning from the console point of view I have found Midnight Commander.
https://en.wikipedia.org/wiki/Midnight_Commander
A REALLY great file manager that I use daily. So in thinking (I really have to stop doing that) can b4j do something like this? A little research and I found out it uses the ncurses to do all it's magic.
"ncurses (new curses) is a programming library providing an application programming interface (API) that allows the programmer to write text-based user interfaces in a terminal-independent manner. It is a toolkit for developing "GUI-like" application software that runs under a terminal emulator."
I myself will not do GUI for the RasPi but this looks good.
So... How can b4j use this library? Is there a java port!!!!
And I found: https://sourceforge.net/projects/javacurses/
So... Again... How does one get this working in b4j? Easy, hard, impossible or is my brain really only on 3 hours of sleep.
Thanks