C
C#13mo ago
aidun <33

❔ how could I make very nice looking apps in c#

what could I use to make very visually appealing apps in c# i want things such as animations, rounded edges on things stuff like thay
11 Replies
aidun <33
aidun <3313mo ago
i would like to add ive only used winforms
Buddy
Buddy13mo ago
By using a XAML framework Such as WPF (if going for Windows only) $wpfuilibs
Buddy
Buddy13mo ago
You also have these UI libraries for WPF
aidun <33
aidun <3313mo ago
what would you say is the best
Arch Leaders
Arch Leaders13mo ago
I'd recommend AvaloniaUI, it's like WPF but much more modern and fully cross-platform. https://avaloniaui.net/
aidun <33
aidun <3313mo ago
do you have any examples so i can see what it looks like? nvm saw some on the website
Arch Leaders
Arch Leaders13mo ago
The styling is very verbose, so it can look like whatever you want. But the default looks like this:
rhymbit
rhymbit13mo ago
just give up even microsoft don't make their fancy animated rounded edge apps with C# mfs have been using react native all along
Accord
Accord13mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts
❔ Using .NET android workload with LinuxWhen trying to build the android project in https://github.com/StereoKit/StereoKit.Templates/tree/ma❔ How to modify aspnetcorehealthcheck to add devices programmatically.I have aspnetcorehealthcheck on a .net core app. Everything works fine. How would we go about and❔ Should procedural 2d maps be with structs or instantiated with 'new'?I am creating a game that can sometimes have a 1000x1000 interior grids in width and height. Exterio✅ public readonly bool Equals(...)? - SOLVEDI created struct for my needs of representing a phone number prefix and intellisense offered me a "p❔ How to display All the integers in a list concatenated with a stringHello! I was wondering if there was a possible way of cancatenating elements inside a list (that are❔ pick up and drop objects in top down perspective (unity 2d)I'm trying to make a top down game on unity and i want the player to be able to pick up one item at ❔ Need help trying to make 2D car move from above```cs // { if (Input.GetKeyDown(KeyCode.W) == true) { myRigidbody.velociEF Core: Keep Copy of Entity with old state when updatingHello, I am trying to update an entity and keep its previous state as a copy disconnected from the d❔ Part of me feels like I need to learn System.Linq; one day```cs float[] overlaps = new float[] { second.Left - first.Right, // left second.Right - fir✅ Handling changing Keys after an insertHello folks, I have a function that inserts new data into a sql database. the data is workflows and