Suggestions needed
I have a C# project to do for coursework and I am doing a lemonade stand (will be integrating api and other complex algorithms somehow) and was wondering what you guys would recommend for a simple gui. I have tried WinForumsApp but it just doesn't look the best and monogame seems too complicated for me as I am only starting off in C#. Any reccomendations?
8 Replies
If you're already building an API, why not make a web page for it?
for a simple GUI winforms is probably fine, if you want less painful theming/styling you could look at WPF, avalonia, or even do a web frontend
some other native options are WPF / avalonia
damn, jim beat me to it
jinx
:frysquint:
If you're ok with using a game engine, I've made a few regular programs using Godot
It has a lot of GUI nodes that simplify the process a lot
Can link you to a program I made recently with it
a game engine is major overkill for a simple UI
Making UI is possibly the worst part of all game engines :SCgetoutofmyhead:
Having full control over the UI due to things like XAML is far easier to manage specially with patterns like MVVM