Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Better to use WPF or Windows forms for developing apps for desktops in c#, way better than JavaFX for sure!
-
Kimmax111067y@MCCshreyas absolutely check out WPF, but skip windows forms. Whiles these are setup as the easiest ones, they are obsolete for ages now and I wouldn't be surprised if Microsoft would drop the VS support in some time
-
codewing907yI really like jFX because it's the first time ui code is separated from the logic behind it (fxml + controller).
And hey it's cross platform too and easy to extend or modify.
And if you really need the extra speed you can call c++ code via the jni bridge too.. -
@MCCshreyas @Kimmax You can even skip WPF and directly go to UWP (Universal Windows Platform). WPF is built on WinForms, UWP on WinForms and WPF.
-
wxWidgets is not perfect but it has come a long way and makes UI programming in C++ not that terrible
-
@Jop- The way you put it, you can as well say Java apps don't work on Windows. You're talking bullshit.
-
@Torbuntu I will check it
@MCCshreyas but C# it's windows platform oriented isn't it? And I'm learning java in school, so I want to get experiences -
@Jop- I don't want to turn this in into a religious discussion. Every tool has his main purpose, but saying .net only runs on windows is ridiculous. E.g. there's the Mono project for Mac and Linux. https://en.m.wikipedia.org/wiki/...
I agree .net is mostly for windows, but what you've stated is way too extreme. And therefore misinformation. -
sSam15017y@FunkDelegate why are you even mentioning .net platform as whole? He's talking about WPF specifically.
Related Rants
-
xjose97x19Just saw a variable in C named like this: long time_ago; //in a galaxy far away I laughed no stop.
-
elgringo41Student - Teacher renaming .c to .exe make the program executable ? Teacher - Yes A group of people stand up...
-
Cyborg15A guy and a girl are in a Java seminar. Afterward, the guy approaches the girl and asks, "Hey gurrl, can I ge...
All the time while I'm programming I hate Java.... Don't hate me now :D I'm learning Java in high school. I very love very fast programming languages such as C and C++, so this is why I don't like Java, but there are some reasons why I like Java. I just started learning how to create own window. What the hack is this? This is so simple. I tried to create window in C/C++ with OpenGL, just blank window with color. Complicated..... But with java it's fairy tale.
You can add me now to Java familly, but remember I also love C++.
So here your are, Hello World Java FX app :D
Final goal:
Create window application similar scratch.
rant
c++
window
c
cool stuf
java