Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Programming Languages for writing GUI application [closed]

Other than .NET or Java, which language can be used to write an application for Windows and Linux?

like image 1000
RKh Avatar asked May 20 '26 14:05

RKh


2 Answers

You could reverse your question : what toolkits are there, and which languauges do they support?

For Example GTK : (from wikipedia)

C           GTK+ 
C++         gtkmm 
Ruby        ruby-gtk2 
Python      PyGTK 
Java        java-gnome 
.NET        Gtk# 
PHP         PHP-GTK 
Perl        Gtk2-Perl

You can find support for many languages if you explore these other widget toolkits :

Juce — An extensive cross-platform UI toolkit
FLTK — A light, cross platform, non-native widget toolkit
FOX toolkit — A fast, open source, cross-platform widget toolkit
GTK+ — The GIMP toolkit, a widget toolkit used by GNOME applications
IUP_(software) -- IUP cross platform static/dynamic library C/LUA, Lua (MIT) licence
JX Application Framework
Microsoft Foundation Class - The most commonly used widgeting toolkit for Windows.
Motif
Object Windows Library & OWLNext
Qt — A widget toolkit used by KDE
Standard Widget Toolkit — SWT for Java
Swing — Java widget toolkit
Tk — Toolkit part of the Tcl - project and often used by Perl and Python programmers
Ultimate++
Visual Component Library
wxWidgets — A free widget toolkit
XForms
like image 59
Peter Avatar answered May 23 '26 04:05

Peter


C++ with the Qt framework: http://qt.nokia.com/products

like image 28
laura Avatar answered May 23 '26 03:05

laura



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!