This example does off-screen rendering:
http://doc-weedlight.rhcloud.com/tutorial/c-programming/book.html#idm248419471440
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
On 3 August 2014 20:23, Stefan Salewski wrote:
>> A similar very basic "library" in C should be available somewhere
>
>
> https://code.google.com/p/bridgegl/
>
> So it is called BridgeGL. I have never looked at it, but it may help
> you?
Thanks a lot Stefan. :)
--
Gurjot Singh Bhatti
Blog: ht
On Sun, 2014-08-03 at 16:13 +0200, Stefan Salewski wrote:
> A similar very basic "library" in C should be available somewhere
OK -- found it.
It was this thread
https://mail.gnome.org/archives/gtk-app-devel-list/2014-June/msg00011.html
and this was a reply mentioning the library
https://mail.g
On Sun, 2014-08-03 at 11:20 +0530, Gurjot Singh Bhatti wrote:
>
> Your project looks nice. Is it open-source?
Sure. It started as a proof of concept, to test my user interface ideas,
and how fine Ruby, Cairo and GTK works together.
Generally I am satisfied, but in the last years I have done mos
On 3 August 2014 02:01, Stefan Salewski wrote:
>> This may have been asked many times already
>
> Yes, in the last years a have found a few similar questions with google,
> in most cases not with VERY helpful replies.
Exactly.
> I myself have used cairo with a GTK drawing area for my schematics
On Sun, 2014-08-03 at 00:21 +0530, Gurjot Singh Bhatti wrote:
> This may have been asked many times already
Yes, in the last years a have found a few similar questions with google,
in most cases not with VERY helpful replies.
I myself have used cairo with a GTK drawing area for my schematics tool
Hi all,
This may have been asked many times already but still if you people can
provide some guidance it'd be really helpful.
I am creating a 2D GTK application in which user can draw entities like
point, line, circle, ellipse, etc.
I have some experience working with QT. And in that I have QGra