Difference between revisions of "GUI"

From sigrok
Jump to navigation Jump to search
(moved GUI to Sigrok-qt)
 
m
Line 1: Line 1:
#REDIRECT [[Sigrok-qt]]
The sigrok project provides a [[libsigrok]] and [[libsigrokdecode]] shared library which can be used to build various frontends/GUIs.
 
In addition to the [[Command-line|command-line tool sigrok-cli]], the following GUIs are currently being worked on (neither are usable yet, though):
 
* [[sigrok-qt]] (Qt based)
* [[sigrok-gtk]] (GTK+ based)
 
We're happy if other people write further GUIs or special-purpose frontends for their own specific needs, that was one of the reasons to structure sigrok into shared libraries after all.

Revision as of 18:17, 14 April 2012

The sigrok project provides a libsigrok and libsigrokdecode shared library which can be used to build various frontends/GUIs.

In addition to the command-line tool sigrok-cli, the following GUIs are currently being worked on (neither are usable yet, though):

We're happy if other people write further GUIs or special-purpose frontends for their own specific needs, that was one of the reasons to structure sigrok into shared libraries after all.