On Tue, 30 May 2017 20:26:58 +0200, Mike Wey wrote:

On 05/29/2017 11:51 PM, Russel Winder wrote:

Maybe I can do a few. Do you want to give me a (short) list of "low hanging fruit" and I'll see what I can do.

The demos for pango, sourceView and possibly builder would be the 'low
hanging fruit', demos that don't implement a MainWindow could use the
same approach as the cairo demos.

The other remaining demos, probably need more work, for the gsstreamer
demos i still need to lookup if the call to Gstreamer.Init is still
necessary so those might be simple. But the 2 OpenGL demos also need to
be rewritten to use gtk.GLArea instead of the gtlglext binding, as the
gtkglext3 library is unmaintained and not available in most of the
repositories of the different distributions.

GStreamer does have to be initialised.

The GL bits in GStreamer have been stable for a while now so I guess that means the Gtk stuff is stable as well. I will take a look at those.