<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<div style="margin:0px;font-size:12pt;background-color:rgb(255, 255, 255)"><span style="margin:0px">Starting with version 2.8, released in 2005, GTK began the transition </span></div>
<div style="margin:0px;font-size:12pt;background-color:rgb(255, 255, 255)"><span style="margin:0px">to using Cairo to render most of its graphical control elements widgets.</span></div>
<div style="margin:0px;font-size:12pt;background-color:rgb(255, 255, 255)"><span style="margin:0px">Since GTK version 3.0, all rendering is done using Cairo.</span><br>
</div>
<div style="margin:0px;font-size:12pt;background-color:rgb(255, 255, 255)"><br>
</div>
<div style="margin:0px;font-size:12pt;background-color:rgb(255, 255, 255)"><span style="margin:0px">GLFW is nice for window and mouse, keyboard input handling,</span></div>
<div style="margin:0px;font-size:12pt;background-color:rgb(255, 255, 255)"><span style="margin:0px">and Cairo is</span><span style="margin:0px">nice for simple 2D rendering it's very like HTML5 canvas.</span><br>
</div>
<div style="margin:0px;font-size:12pt;background-color:rgb(255, 255, 255)"><br>
</div>
<div style="margin:0px;font-size:12pt;background-color:rgb(255, 255, 255)"><span style="margin:0px">It's usually very easy to combine GLFW with Cairo, using the GLFW native.</span></div>
<br>
</div>
<div>
<div id="appendonsend"></div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>Od:</b> cairo <cairo-bounces@cairographics.org> w imieniu użytkownika cairo-request@cairographics.org <cairo-request@cairographics.org><br>
<b>Wysłane:</b> czwartek, 26 listopada 2020 13:00<br>
<b>Do:</b> cairo@cairographics.org <cairo@cairographics.org><br>
<b>Temat:</b> cairo Digest, Vol 183, Issue 17</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt">
<div class="PlainText">Send cairo mailing list submissions to<br>
        cairo@cairographics.org<br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="https://lists.cairographics.org/mailman/listinfo/cairo">https://lists.cairographics.org/mailman/listinfo/cairo</a><br>
or, via email, send a message with subject or body 'help' to<br>
        cairo-request@cairographics.org<br>
<br>
You can reach the person managing the list at<br>
        cairo-owner@cairographics.org<br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of cairo digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Re: GLFW and Cairo Use (Stuart Axon)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Wed, 25 Nov 2020 13:11:29 +0000 (UTC)<br>
From: Stuart Axon <stuaxo2@yahoo.com><br>
To: "cairo@cairographics.org" <cairo@cairographics.org>,  Rafa? Jopek<br>
        <rafaljopek@hotmail.com><br>
Subject: Re: [cairo] GLFW and Cairo Use<br>
Message-ID: <1722597907.1469640.1606309889312@mail.yahoo.com><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Hi,?? These two libraries do pretty different things.<br>
Cairo concerns itself with drawing 2D vector graphics, including curves - while GLFW provides a way of using OpenGL, for 3D.<br>
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.<br>
<br>
S++ <br>
<br>
     On Friday, November 20, 2020, 1:17:44 AM GMT, Rafa? Jopek <rafaljopek@hotmail.com> wrote: 
<br>
 <br>
  #yiv8413909583 P {margin-top:0;margin-bottom:0;}Hi,<br>
<br>
GLFW and Cairo<br>
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.<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
- Rafa?<br>
<br>
-- <br>
cairo mailing list<br>
cairo@cairographics.org<br>
<a href="https://lists.cairographics.org/mailman/listinfo/cairo">https://lists.cairographics.org/mailman/listinfo/cairo</a><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="https://lists.cairographics.org/archives/cairo/attachments/20201125/637eafff/attachment-0001.htm">https://lists.cairographics.org/archives/cairo/attachments/20201125/637eafff/attachment-0001.htm</a>><br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
_______________________________________________<br>
cairo mailing list<br>
cairo@cairographics.org<br>
<a href="https://lists.cairographics.org/mailman/listinfo/cairo">https://lists.cairographics.org/mailman/listinfo/cairo</a><br>
<br>
<br>
------------------------------<br>
<br>
End of cairo Digest, Vol 183, Issue 17<br>
**************************************<br>
</div>
</span></font></div>
</div>
</body>
</html>