Page 1 of 1

Running a wpf on the SBC4

Posted: Wed Sep 23, 2020 11:53 am
by temushin
I have a climate control device/program I've been running through a VINT from my home computer. I wanted to be able to have the program run on auto-pilot even when my computer is off, so I ordered an SBC. Now that it's in the mail, it occurred to me that there's likely going to be a problem running the program I wrote as a WPF on a Linux device. Is there an obvious way to do this? I found a thread from someone trying to do it through WINE, but they couldn't detect USB devices. It was 12 years old, so I'm hoping there has been some development since then. I'm a novice in this whole field, so if there's a simpler solution than learning Java and rewriting my program, that'd be great. :P

Re: Running a wpf on the SBC4

Posted: Wed Sep 23, 2020 7:56 pm
by temushin
*fires up a Swing tutorial*