[cairo] ODP: cairo Digest, Vol 183, Issue 17

Rafał Jopek rafaljopek at hotmail.com
Thu Nov 26 12:03:53 UTC 2020


Starting with version 2.8, released in 2005, GTK began the transition
to using Cairo to render most of its graphical control elements widgets.
Since GTK version 3.0, all rendering is done using Cairo.

GLFW is nice for window and mouse, keyboard input handling,
and Cairo isnice for simple 2D rendering it's very like HTML5 canvas.

It's usually very easy to combine GLFW with Cairo, using the GLFW native.


________________________________
Od: cairo <cairo-bounces at cairographics.org> w imieniu użytkownika cairo-request at cairographics.org <cairo-request at cairographics.org>
Wysłane: czwartek, 26 listopada 2020 13:00
Do: cairo at cairographics.org <cairo at cairographics.org>
Temat: cairo Digest, Vol 183, Issue 17

Send cairo mailing list submissions to
        cairo at cairographics.org

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.cairographics.org/mailman/listinfo/cairo
or, via email, send a message with subject or body 'help' to
        cairo-request at cairographics.org

You can reach the person managing the list at
        cairo-owner at cairographics.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of cairo digest..."


Today's Topics:

   1. Re: GLFW and Cairo Use (Stuart Axon)


----------------------------------------------------------------------

Message: 1
Date: Wed, 25 Nov 2020 13:11:29 +0000 (UTC)
From: Stuart Axon <stuaxo2 at yahoo.com>
To: "cairo at cairographics.org" <cairo at cairographics.org>,  Rafa? Jopek
        <rafaljopek at hotmail.com>
Subject: Re: [cairo] GLFW and Cairo Use
Message-ID: <1722597907.1469640.1606309889312 at mail.yahoo.com>
Content-Type: text/plain; charset="utf-8"

Hi,?? These two libraries do pretty different things.
Cairo concerns itself with drawing 2D vector graphics, including curves - while GLFW provides a way of using OpenGL, for 3D.
It's possible to use Cairo to draw 2D shapes onto a texture that you create in OpenGL.You can also compile Cairo with the experimental OpenGL backend enabled that can output using OpenGL itself, though it's not always a guaranteed speed-up.

S++

     On Friday, November 20, 2020, 1:17:44 AM GMT, Rafa? Jopek <rafaljopek at hotmail.com> wrote:

  #yiv8413909583 P {margin-top:0;margin-bottom:0;}Hi,

GLFW and Cairo
There is little information on this, if someone has something to say at this point, please tell me, pros and cons combinations of these two libraries.








- Rafa?

--
cairo mailing list
cairo at cairographics.org
https://lists.cairographics.org/mailman/listinfo/cairo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.cairographics.org/archives/cairo/attachments/20201125/637eafff/attachment-0001.htm>

------------------------------

Subject: Digest Footer

_______________________________________________
cairo mailing list
cairo at cairographics.org
https://lists.cairographics.org/mailman/listinfo/cairo


------------------------------

End of cairo Digest, Vol 183, Issue 17
**************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.cairographics.org/archives/cairo/attachments/20201126/cf24aae8/attachment.htm>


More information about the cairo mailing list