DroningOn / ECE411

Repository for PSU ECE411 Practicum Team (DroningOn)
4 stars 0 forks source link

GUI dev toolkit #9

Closed maksschmidt closed 9 years ago

maksschmidt commented 10 years ago

So I was doing research for the python GUI, and I was leaning towards wxPython for the toolkit. Any other suggestions or preferences on this part?

kblu commented 10 years ago

Do you have any sense for how easily you can port over c++ libraries? If we end up using the cp2130 SPI-USB bridge on the receiver, we can use the libraries provided by silicon labs. I've also used this part before and know that it will just work with c#. That being said, I suggest you go with whatever language is most natural for you. I already have the development kit from another project if you want to do a quick Python test tomorrow.

Sent from my iPhone

On Oct 15, 2014, at 8:58 AM, maksschmidt notifications@github.com wrote:

So I was doing research for the python GUI, and I was leaning towards wxPython for the toolkit. Any other suggestions or preferences on this part?

— Reply to this email directly or view it on GitHub.

maksschmidt commented 10 years ago

It was more due to Andrew asking for a Python GUI in our meeting.

maksschmidt commented 9 years ago

Moving forward with Tkinter for the GUI development