Is possible run winForm (using MaterialSkin.2 and LiveCharts) in a raspberry pi?

Luigi Baby 1 Reputation point
2021-11-17T23:54:18.78+00:00

Context: I have to make a UI, that comminicate Arduino Mega with a Raspberry pi (serialport), the UI have to configure some parameters, calculate some equations (trigonometry), graph values and if its possible with the data put all together in a excel file.

Also:
-I never used Visual Studio before.
-I have one UI but I did it with Matlab app designer, so as the Raspberry works with ARM doesn't works.
-I want to run it on a Raspberry Pi (model 4B with Raspberry Pi OS but I don't mind change the OS).
-I'm new working with Raspberry pi (I try with eric but was difficult to me make there the UI and the final view don't like me).
-I read that its possible open visual studio winForms in the Raspberry with mono but also I used two NuGet packages (MaterialSkin.2 and LiveCharts packages in VS) TKcaL.png
when I try to open the UI appears some errors
OIek6.png
3 versions of the program (using only one package and then both) so I don't know what can I do or even if it's possible to open that files.

I have another simple UI using only the visual studio tools and works fine (with mono)
ZA0ID.png
UI thats only use VS tools open in Raspberry then I made 3 compile versions of the UI (the one I want to use) using only one package and then both, marked with red each one (image 2), the question is... can I run the UI using that two packages? if I can't can someone recommend me some programm to make a native UI for Raspberry pi wit an nice final look, like google form or something like that
bBVCX.png
UI main screen that I want to run (without data in the graphs).

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,839 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,310 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,581 questions
{count} votes