Difference between revisions of "POD GUI"

From ArmadeusWiki
Jump to: navigation, search
m (HTML5 solutions)
m (wxWidget)
Line 26: Line 26:
  
 
Kicad use wxWidget
 
Kicad use wxWidget
* [http://iut-tice.ujf-grenoble.fr/kicad/ Kicad (in Grenoble IUT scool)]
+
* [http://www.kicad-pcb.org Kicad (in Grenoble IUT scool)]
  
 
=== kivy ===
 
=== kivy ===

Revision as of 15:18, 5 September 2013


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:

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

Python