Difference between revisions of "POD GUI"
From ArmadeusWiki
m (→= Diagramo) |
(→HTML5 solutions) |
||
Line 40: | Line 40: | ||
==== Diagramo ==== | ==== Diagramo ==== | ||
[http://diagramo.com/ Diagramo] is a diagram editor in html5. | [http://diagramo.com/ Diagramo] is a diagram editor in html5. | ||
+ | |||
+ | ==== Python ==== | ||
+ | |||
+ | [http://www.aclevername.com/articles/python-webgui/ HOWTO Create Python GUIs using HTML] |
Revision as of 12:31, 5 September 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.
- showgen use it for it's ProcessCraft solution (not free).
HTML5 solutions
Most of new software are now on the web, maybe html can be used for pod gui ?
Diagramo
Diagramo is a diagram editor in html5.