<font color='black' size='2' face='arial'>
<div> <font size="2"><br>
My thinking is to use Cairo to draw dynamic gauges packaged in GTK widgets that will work with a frame clock. This is how I started looking into drawing ring gradients which led me to trying to find the Bezier points of a set of coordinates to see if that might be a better solution to drawing ring gradients. Need the drawing speed of C on this one. The Cairo gauges work and look good. The gradient draw times don't make it under 1/60 of a second on a slow computer so I added an extra thread and as long as the screen doesn't resize, it is super speedy. Just the gauge needle is redrawn. A little drawing delay on screen resizes.<br>
<br>
Some fun programming.<br>
<br>
Eric<br>
</font></div>

<div> <br>
</div>

<div> <br>
</div>

<div style="font-family:arial,helvetica;font-size:10pt;color:black">-----Original Message-----<br>
From: Lawrence D'Oliveiro <ldo@geek-central.gen.nz><br>
To: cairo <cairo@cairographics.org><br>
Sent: Tue, Jun 20, 2017 5:37 pm<br>
Subject: Re: [cairo] Getting Bezier Control Points from a Smoothing Function<br>
<br>
On Tue, 20 Jun 2017 20:11:34 -0400, <a href="mailto:cecashon@aol.com">cecashon@aol.com</a> wrote:

> Yes, there are many applications that do this but you get a much
> greater range of things that you can do programmatically.

Both Inkscape and Blender are scriptable with Python.
-- 
cairo mailing list
<a href="mailto:cairo@cairographics.org">cairo@cairographics.org</a>
<a href="https://lists.cairographics.org/mailman/listinfo/cairo" target="_blank">https://lists.cairographics.org/mailman/listinfo/cairo</a></div>
</font>