Difference between revisions of "POD GUI"
From ArmadeusWiki
(→Qt) |
(→HTML/javascript solutions) |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 17: | Line 17: | ||
* [http://sourceforge.net/projects/qucs/ Qucs]. | * [http://sourceforge.net/projects/qucs/ Qucs]. | ||
* [http://www.windel.nl/?section=pyqtdiagrameditor pyqtdiagrameditor]: A simple diagram editor with pyQt. | * [http://www.windel.nl/?section=pyqtdiagrameditor pyqtdiagrameditor]: A simple diagram editor with pyQt. | ||
− | * [http://algoholic.eu/qnodeseditor-qt-nodesports-based-data-processing-flow-editor/ QNodesEditor]: | + | * [http://algoholic.eu/qnodeseditor-qt-nodesports-based-data-processing-flow-editor/ QNodesEditor]: a good start ? |
* [http://openassembler.wordpress.com/ OpenAssembler] | * [http://openassembler.wordpress.com/ OpenAssembler] | ||
Line 29: | Line 29: | ||
POD-like software using wxPython: | POD-like software using wxPython: | ||
* [http://www.beremiz.org/ Beremiz] | * [http://www.beremiz.org/ Beremiz] | ||
− | |||
− | |||
=== wxWidget === | === wxWidget === | ||
Line 49: | Line 47: | ||
* [http://code.blender.org/index.php/2012/05/node-editing-tweaks/ Node Editor] | * [http://code.blender.org/index.php/2012/05/node-editing-tweaks/ Node Editor] | ||
− | === | + | === HTML/javascript solutions === |
Most of new software are now on the web, maybe html can be used for pod gui ? | Most of new software are now on the web, maybe html can be used for pod gui ? | ||
+ | |||
+ | ==== draw2d ==== | ||
+ | |||
+ | * [http://www.draw2d.org/draw2d/ draw2d] | ||
==== Diagramo ==== | ==== Diagramo ==== | ||
Line 59: | Line 61: | ||
* [http://www.aclevername.com/articles/python-webgui/ HOWTO Create Python GUIs using HTML] | * [http://www.aclevername.com/articles/python-webgui/ HOWTO Create Python GUIs using HTML] | ||
+ | |||
+ | ==== JointJS ==== | ||
+ | |||
+ | * [http://jointjs.com http://jointjs.com] | ||
+ | |||
+ | ==== RaphaelJs ==== | ||
+ | |||
+ | [http://raphaeljs.com/ raphaeljs] | ||
+ | |||
+ | ==== IceStudio ==== | ||
+ | |||
+ | [https://github.com/bqlabs/icestudio Icestudio] mainly designed for Lattice ICE40 FPGA. | ||
+ | |||
+ | ==== javascript gui frameworks ==== | ||
+ | |||
+ | * [http://modeling-languages.com/javascript-drawing-libraries-diagrams/ A list of javascript gui frameworks] | ||
== Links == | == Links == | ||
* [https://wiki.python.org/moin/GUI%20Programming%20in%20Python python wiki page comparative] | * [https://wiki.python.org/moin/GUI%20Programming%20in%20Python python wiki page comparative] |
Latest revision as of 09:19, 24 February 2016
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
Dia
Dia is a diagram editor,dia can be scripted in python to generate/import some data.
Qt
POD-like software using Qt:
- Qucs.
- pyqtdiagrameditor: A simple diagram editor with pyQt.
- QNodesEditor: a good start ?
- OpenAssembler
Gtk
- DiaCanvas in GTK+
- oregano: Software for electrical schematics.
- Gnuradiocompanion.
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).
Blender node editor
Blender have an interface graphic to edit node that correspond exactly with our requirement.
HTML/javascript solutions
Most of new software are now on the web, maybe html can be used for pod gui ?
draw2d
Diagramo
- Diagramo is a diagram editor in html5.
Python
JointJS
RaphaelJs
IceStudio
Icestudio mainly designed for Lattice ICE40 FPGA.