summaryrefslogtreecommitdiff
path: root/gtk/README
blob: d425022e0594b6d16d8a8629780f4074f643a1f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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.