Chris-Johnston / Easier68k

Work In Progress - A Python M68k assembler and simulator.
https://chris-johnston.me/Easier68k/
MIT License
15 stars 6 forks source link

Add GUI prototype - Choosing which GUI Framework to use #43

Open Chris-Johnston opened 6 years ago

Chris-Johnston commented 6 years ago

Add a prototype GUI that is just a basic prototype so that development on it can begin and we can eventually begin work on it.

bpas247 commented 6 years ago

What framework should we use?

Chris-Johnston commented 6 years ago

I'm no expert in python GUIs, so I'm not certain about the best answer for that. Priority would go to GUIs that are:

Though, if someone is willing to help with a GUI that they are familiar with, I'm not going to say no to that.

bpas247 commented 6 years ago

I have been doing some research, and kivy might be a good option for a GUI framework.

pupper68k commented 5 years ago

Have we considered PyQt? Qt may be a little heavy handed, but it works flawlessly on almost every platform.

Chris-Johnston commented 5 years ago

Seems like it would fit our needs