LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   NCURSES for the web ? Java interface? (https://www.linuxquestions.org/questions/programming-9/ncurses-for-the-web-java-interface-4175716815/)

Xeratul 09-16-2022 04:45 AM

NCURSES for the web ? Java interface?
 
Hello,

There are few interesting projects about ncurses.

Is it possible to run ncurses using JAVA on a web browser?
So that the code we write in C++/C with ncurses/curse library can be running on a website?

Kind regards

ref.
http://www.pitman.co.za/projects/cha...reenshots.html

kermitdafrog8 09-16-2022 05:45 AM

NCURSES for the web ? Java interface?
 
I wonder if it's possible with web assembly. The same thing that Diablo for the web browser uses. Zelda in the web browser.

dugan 09-16-2022 10:21 AM

The Java applet would need to have a terminal emulator. Libraries like ncurses work by outputting ANSI codes for the terminal to render.


All times are GMT -5. The time now is 03:51 PM.