Jump to content

That doesn't exist, first and foremost because those features of C# are proprietary and depend on Windows to function. If you want something similar you can try Qt Creator and use C++.

Don't ask to ask, just ask... please聽馃え

sudo chmod -R 000 /*

Link to post
Share on other sites

1 hour ago, C2dan88 said:

Doesn't MonoDevelop have a GUI designer for C#

Yes. Mono has "winforms" and it is cross platform (max, linux, windows). It's also the closest to the Visual Studio Winform designer.

Optionally for interface and C# you have Electron with .net core聽 and it works "well". Very slow interface language but it does the job.

Link to post
Share on other sites

There is a GUI resource editor called Glade. You make your UI, then with GTK (or in this case GTK#)聽load that resource. It's somewhat more manual than WinForms, but it works. You'll have a nice and quick GUI.

I know for sure GTK# works with Mono, not sure about .NET Core, you'll have to find out yourself.

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now