summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2010-09-09 00:00:37 +0200
committerGerd Hoffmann <kraxel@redhat.com>2010-09-09 00:07:09 +0200
commitc90bcd1bc1c5e74be78925d71a9ec5fb21e1c5e4 (patch)
treec3c02294f6b438c43876e56f170aa612a542f520
parent2556e8cd07bb07fce081d3aa6480794a1c8367fe (diff)
add gtk/README
-rw-r--r--gtk/README38
1 files changed, 38 insertions, 0 deletions
diff --git a/gtk/README b/gtk/README
new file mode 100644
index 0000000..d425022
--- /dev/null
+++ b/gtk/README
@@ -0,0 +1,38 @@
+
+spice & gtk
+===========
+
+Porting spice client to gtk ...
+
+
+current state
+-------------
+
+Unstable, not usable yet. Shows guest screen, then crashes quickly
+due to incomplete implementation.
+
+Lots of features are missing:
+ - No password authentication.
+ - No TLS support.
+ - No sound support.
+ - No library documentation.
+ - Probably more ...
+
+
+What you can find here
+----------------------
+
+libspice-client-glib
+ provides glib objects for spice protocol decoding and surface rendering.
+ * SpiceSession (see spice-session.h)
+ * SpiceChannel (see spice-session.h)
+
+libspice-client-gtk
+ provides gtk widget to show spice display and accept user input.
+ * SpiceDisplay (see spice-widget.h)
+
+spicy
+ gtk based spice client app.
+
+snappy
+ cmd line tool, connects to spice server and writes out screen shots.