PDA

View Full Version : Visual Programming Languages in Linux operating system



msseelan
August 15th, 2011, 02:31 PM
Greetings,

i am new to this forum.. and am in need of a help here..

i need to know the various visual programming languages available and also the ones in specific to Linux operating system.

in my searches for the past 3 days, i came across various IDE that works in Linux, but am not sure abt what the visual programming languages are.

kindly help me with necessary details..

cgroza
August 15th, 2011, 03:07 PM
And by visual programming language you mean a language in which you can build a GUI?

The thing is, you don't need a visual language, you need a GUI toolkit for your language.

On Linux, you have choices: GTK, wxWidgets, QT, FLTK.

These toolkits have bindings for all the popular languages.