OptiKey / OptiKey

OptiKey - Full computer control and speech with your eyes
http://www.optikey.org
GNU General Public License v3.0
4.28k stars 507 forks source link

Linux support #77

Closed wanderer closed 8 years ago

wanderer commented 8 years ago

it would be nice. would mono work?

whackashoe commented 8 years ago

I know it uses WPF so the GUI would need to be ported.

sabas commented 8 years ago

In VS2015 you can target Linux+Mac if using dotnet core (I couldn't find how however). I just found this talk https://channel9.msdn.com/Events/Build/2015/3-670

edit: just realized you can use only asp.net projects :|

JuliusSweetland commented 8 years ago

Yeah WPF is the problem here.

whackashoe commented 8 years ago

I think qt might be easiest for crossplatform.

@JuliusSweetland I took a short look but not familiar w/ the code at all - is that all that is needed to be ported? I saw a few dlls packaged with, are those all os?

whackashoe commented 8 years ago

Also - testing on wine-1.7.50 using windows 8.1, install goes well. But running software itself gives me this output: https://killr.io/ajcgf

JuliusSweetland commented 8 years ago

Thank you for trying, but I'm not surprised OptiKey doesn't play nicely with Wine.

JuliusSweetland commented 8 years ago

Closing this issue as I have created a more general "Cross-platform" issue #105