CoderJoeW / PhantomGUI

A GUI built on top of https://github.com/jhead/phantom
MIT License
1 stars 4 forks source link

UI Improvements #7

Open CoderJoeW opened 4 years ago

CoderJoeW commented 4 years ago

Overall the UI is kinda bland could use some love

maratmuginov commented 4 years ago

How do you feel about moving to WPF?

CoderJoeW commented 4 years ago

@maratmuginov I don't mind at all.

maratmuginov commented 4 years ago

@flaminggenius Please assign me and I can make us a WPF version with a much fancier UI.

CoderJoeW commented 4 years ago

Since were moving torwards WPF we could include mac/linux support as part of this?

maratmuginov commented 4 years ago

Unfortunately WPF is Windows specific. For Mac and Linux support we would need to be able to run the underlying .exe on those systems.

CoderJoeW commented 4 years ago

Right my bad I was thinking of xamarin.

maratmuginov commented 4 years ago

Right my bad I was thinking of xamarin.

Even if we used Xamarin the underlying dependency phantom.exe is a Windows program. We’d need to recompile the underlying dependency for each OS

CoderJoeW commented 4 years ago

The underlying dependency wouldn't be an issue. Phantom already supports linux and mac. We would only have to choose the right file to run depending on the system but I don't think this is a big deal at the moment

maratmuginov commented 4 years ago

The underlying dependency wouldn't be an issue. Phantom already supports linux and mac. We would only have to choose the right file to run depending on the system but I don't think this is a big deal at the moment

Xamarin supports Mac and Linux but we can't develop for Mac in Windows VS. We'd need an actual Mac 😩

CoderJoeW commented 4 years ago

Reasons why I don't like apple.

maratmuginov commented 4 years ago

Alright, how about I just port us to WPF in the meantime? @flaminggenius

CoderJoeW commented 4 years ago

That works