I want do draw a simple blue rectangle in the middle of the screen when the application runs using C# in Ubuntu. Using System.Drawing is out of the table, since it uses windows only libraries.
I know MAUI gives me an ocean of oportunities with HTML and css, but the goal is to not depend on a browser.
Yes, the idea is to create a GUI in ubuntu, but I want to start as simple as possible. Do you have any idea how?
External libraries are not desired, but acceptable, as long as the complexity is low.
Just a simple blue rectangle in the middle of the screen for now.
I'm currently using .NET 8, VSCode in a virtual machine with Ubuntu 22.04.3 LTS