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
-
omg but java sucks so bad (well, I guess Java 8 is okayish).
haters should really brush up on the advancements the C# language has made since they last checked, twelve years ago... -
lewdogg9957yXamarin sucks
Switch to something else
Why ask a question that can’t be answered? Why C#?
If you know C#, then you can totally learn anything else. -
@johnny-cache thanks, i use both c# and xamarin almost daily and they are absolute shit compared to java
-
Xamarin is....not nice. At least I have found way too many difficulties. You want cross platform the real way? Java, you want it the easy less performant way? Electron, you want it the performant and haaard way? Cpp with qt. Java aint bad man and in my opinion way better than c#, choose your weapon->JVM now choose your language--> Java, Kotlin, clojure, scala, jpython, b4j etc etc
-
@irene it means :I did go ahead and forgot! :P but you right, my bad. I meant to say that Electron is not performant. Sorry about that
-
@tahnik you can get the information from german spies but they will remain the enemy
-
tahnik389907y@irene Search for nodeJS native addons.
2) Yes, that is a problem and I acknowledge it. I hope they have a solution for that in future. -
tahnik389907y@irene If you need native performance everywhere in your app, you should not be using Electron. Everything has it's use cases.
-
tahnik389907y@irene what I am trying to say is you can't just say: "To not use electron for performance reasons."
It depends on what kind of performance you are looking for. If your GUI doesn't need extreme performance, then you can just create your GUI in JS and use native backend to do the processing.
But if your GUI needs to change based on real time data and needs to really performant, one should use pure native apps.
If I wanted to make a program that was compatible with windows Linux and Mac, using c# what would be the best options?
rant