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
-
gaben2698y@azuredivay I was super ready to start UWP dev, was even using a Windows phone...
Phone broke, got an Android, dreams shattered -
gaben2698y@azuredivay I'm still eagerly awaiting the visual studio release in which universal Vulkan app is a default option.
-
Im a Pascal dev and I live 200 efore christ. No, im really a pascal dev, and im proid of it
-
No, for Android and uwp development with shared code :) could probably share code with regular winforms too
-
gaben2698y@drRoss I don't know about you, but in my experience winforms produces clean, aesthetic Windows that resize nicely, visualize well, and are supremely easy to code with thanks to partial classes. It certainly isn't perfect for everything (is anything?) But for my needs it's absolutely fantastic.
-
gaben2698y@Vake93 I use unity often. Am likely to try out cryengine soon as it has many features I have planned for my own engine.
-
gaben2698y@JavaRules don't see much reason to use it. C# is far more feature complete, has a cleaner workflow thanks to properties, and the syntax is pretty similar to Java. That's not even to mention the ability to mix in C++ code, letting you do stuff like operator overloading and more with little to no workflow damage.
-
I love c# but work with JavaScript zealots right now. I have to keep my love for c# quiet for now...
-
gaben2698y@georgelynch I can't even imagine working with anything that has a j in the name anymore
-
If you use UWP instead of WinForms it will be easier to port your app to other platforms. Also, even if you only target the desktop, touch screen users will have a better time using your app
-
balambuc1308yI wouldn't really recommend writing something that needs to be highly efficient (eg game engine) in c#, it is way too managed for that.
Try coding a custom sorting in both languages, give it the same input, and you can see, that c++ leaves c# in the dust -
java91588y@JavaRules I use Java at work and like it a lot. But since I discovered Kotlin, I don't like it as much anymore.
Kotlin fixes alot of annoying things that Java has (for me) and adds a ton of useful stuff.
Thats e.g. properties, type inference, string templates, data classes, extension functions, no nulls per default and smart casts. -
gaben2695y@dUcKtYpEd right now I'm looking into reworking my game engine with rust. Seems like the best choice right now
Related Rants
-
xjose97x19Just saw a variable in C named like this: long time_ago; //in a galaxy far away I laughed no stop.
-
Unskipp24So this happened last night... Gf: my favorite bra is not fitting me anymore Me: get a new one ? Gf: but it ...
-
sam966931Difference between C# and Javascript Me: Hold my cup of tea. C#: That's not a cup of tea. Me: Hold my cup o...
I want to marry C#
Seriously, I've never found any other programming language I enjoy the hell out of using quite like C#. If I could, I'd write my game engine in C# instead of C++
undefined
c#
c++