Difference between revisions of "POD GUI"
From ArmadeusWiki
(→Qt) |
(→wxWidget) |
||
Line 27: | Line 27: | ||
Kicad use wxWidget | Kicad use wxWidget | ||
* [http://iut-tice.ujf-grenoble.fr/kicad/ Kicad (in Grenoble IUT scool)] | * [http://iut-tice.ujf-grenoble.fr/kicad/ Kicad (in Grenoble IUT scool)] | ||
+ | |||
+ | === kivy === | ||
+ | |||
+ | * [http://kivy.org/ Kivy] is a GUI framework in native python for multitouch, multiplatform systems. |
Revision as of 11:03, 30 August 2013
Contents
Introduction
POD is currently a command-line only software, to be more friendly and usefull the final objective is to use a clik-clik interface. This page describe investigation to find the best GUI-framework for POD.
Requirements
Solutions
Qt
POD-like software using Qt:
- Qucs.
- pyqtdiagrameditor: A simple diagram editor with pyQt.
Gtk
wxPython
POD-like software using wxPython:
wxWidget
Kicad use wxWidget
kivy
- Kivy is a GUI framework in native python for multitouch, multiplatform systems.