user interface - How Linux programmers create GUI application without using IDE? -


I have read some comments in some forums that are saying that Linux programmers usually do not use any IDE. They like to use Vim and Amax to do their programming.

If I'm not mistaken, Vim and Imac are the only text editors, similar to Notepad, but with Syntax highlighting.

I just want to know that Linux programmers make complex GUI applications without using any IDE.

Thank you.

You can only go from source code (for example :). Alternatively, you can use GUI designers alone (for example, Glade for GTK + and QT Designers) to design a GUI and they can be used with applications written in VIM or MACS (or some other) .


Comments