kenzzii / mtchart

Automatically exported from code.google.com/p/mtchart
GNU General Public License v3.0
0 stars 0 forks source link

Speed up rendering #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Some time ago I sent the original author some PHP code to speed up 
rendering (unfortunatly I can't find the sources anymore *lol*) that was 
never used so far.

Basically, the speed of the rendering process can greatly be improved by 
using some of the well known "fast" algorithms like the Bresenham 
algorithm for line-drawing and the modified version of that algorithm for 
circle-drawing instead of the current functions.

(( I'll take a look around on my hard disks to see if i can find the code 
again ))

Original issue reported on code.google.com by chl...@gmail.com on 3 Aug 2009 at 11:25

GoogleCodeExporter commented 8 years ago
(Back from my holidays, that's why this response was delayed.)

Thanks, if you can forward the sources to me at cstuder@existenz.ch, I'll have 
a look. 
Speed is always good and the pixel rendering engine is one of those parts I 
don't dare 
to touch. :-)

Original comment by 128625 on 10 Aug 2009 at 9:34