GUI

Status
This thread has been locked.

Neico

Pissed#9625
Banned
Feedback score
6
Posts
87
Reactions
17
Resources
0
Hey mcm!
I have recently started a project and it's coming on really well! However, i'm in need of a "GUI"
so like a exe file when double clicked it brings the GUI up or however it needs to be done.
I know I haven't given too much detail yet but just wondering how much is a pretty basic UI?

Pissed#1422
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Arbiter

Supreme
Feedback score
46
Posts
414
Reactions
176
Resources
0
People can make them super fast with Tkinter and a gui generator like page but it depends on what the developer uses.
 

Arbiter

Supreme
Feedback score
46
Posts
414
Reactions
176
Resources
0
That's if it's with python, python is ewww
Yeah I agree but it does the job. Python is fine for "a pretty basic UI" and it would be inexpensive for him. Python does everything just not as well as other more specialized languages lol.
 

LilProteinShake

Java/Kotlin Developer
Supreme
Feedback score
9
Posts
326
Reactions
106
Resources
0
Yeah I agree but it does the job. Python is fine for "a pretty basic UI" and it would be inexpensive for him. Python does everything just not as well as other more specialized languages lol.

JavaFX is pretty simple too, they have a program that you can build panels and shit it and it will convert it to XML and CSS for Java to interpret.
 

Arbiter

Supreme
Feedback score
46
Posts
414
Reactions
176
Resources
0
JavaFX is pretty simple too, they have a program that you can build panels and shit it and it will convert it to XML and CSS for Java to interpret.
Java is in general more verbose and harder to write and edit though. Javafx is good tho.
 
Status
This thread has been locked.
Top