• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

GUI programming languages for Linux

Joined
Nov 8, 2013
Messages
12
i need to create an interface with dots that:
1. I can move around
2. give values to hold

i need a programming language that will help me do that, what are you suggestions?
 
I've only recently started working with QtCreator, but that could be an option.
 
i need to create an interface with dots that:
1. I can move around
2. give values to hold

i need a programming language that will help me do that, what are you suggestions?

Almost all common languages have bindings to graphic widget libraries.
 
That sounds pretty simple so you'll have a lot of choices. If I were doing it as a learning exercise I'd write it in C++ using some Linux widget library (probably QT) just because that's what I'd like to play with at the moment. If it was for some sort of business/job purpose and I needed to get it done quick I'd probably use Java since I've got lots of Java experience and the result would also run on Windows, MacOS, etc.

You have lots of options. I'd ask yourself what else you want out of this project before picking one.
 
Back
Top