Development curses based console applications without C or C++


 
Thread Tools Search this Thread
Top Forums Programming Development curses based console applications without C or C++
# 1  
Old 07-27-2005
Development curses based console applications without C or C++

Does somebody know if is there some development tool for make console-curses based application with more abstraction than programming directly with curses API ?
Thanks in advance!

Last edited by infierno; 07-27-2005 at 06:33 PM..
# 2  
Old 07-27-2005
as far i know, perl has curses module.
however, i think it's pretty weird to ask such question at C programming forum.
# 3  
Old 07-28-2005
Quote:
... i think it's pretty weird to ask such question at C programming forum.
C programmers maybe know a lot of alternatives to this, maybe just for fun
# 4  
Old 07-28-2005
You want to look at this page:
http://myqueue.net.dhis.org/mytui/index.php

IMO, the OP's question isn't that far off. Widget tools are commonly used.
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Programming

I'm implementing menu config based on curses terminal

I'm implementing menu config based on curses terminal. for example: $ xmake --menu It automatically gets the options in the project to generate the menu configuration interface to implement the interactive configuration, like make menuconfig based Kconfig example: $ git clone... (0 Replies)
Discussion started by: waruqi
0 Replies

2. Programming

What is the difference between console-based and xwindow-based application?

Hi everyone, What is the difference between console-based and Xwindow-based application? Can I say the application working well in Xwindows can work in console? Can I say the application working well in console cann't work in Xwindow perhaps. Eg, ncurses is console-based and Imlib2 is... (4 Replies)
Discussion started by: liuyan03
4 Replies
Login or Register to Ask a Question