Difference between revisions of "GUI"

From sigrok
Jump to navigation Jump to search
m
m
Line 1: Line 1:
The sigrok project provides a [[libsigrok]] and [[libsigrokdecode]] shared library which can be used to build various frontends/GUIs.
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):
In addition to the command-line tool [[sigrok-cli]], the following GUIs are currently being worked on (neither are usable yet, though):


* [[PulseView]] (Qt based)
* [[sigrok-qt]] (Qt based)
* [[sigrok-qt]] (Qt based)
* [[sigrok-gtk]] (GTK+ 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.
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 00:16, 15 November 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.