← Back to team overview

kicad-developers team mailing list archive

Re: new kicadocaml release, new zone fill alg, if

 

Hi Dick,

Good question. No, I'm not coalescing them; I store them as triangles
in the board file. Pcbnew seems to handle them just great; it does,
however, take a little bit to draw them. Nothing show-stopping though.
Kicadocaml uses OpenGL, for which triangle drawing is very quick (10ms
to draw a large 6 layer board).

you can try it if you want, I have binaries on the sourceforge page!
https://sourceforge.net/project/platformdownload.php?group_id=225626&sel_platform=13375
(I think I'm going to move to google code soon ; sourceforge is too
confusing and complicated).

Tim

>
> After your zone triangle algorithm runs, are you left with a list of
> triangles? Is this the basis of the on screen polygon graphics, i.e.
> does each triangle get drawn separately then? (Which would seem slow.)
> Or are you coalescing them somehow?
>
> Thanks,
>
> Dick
>
> 

 




Follow ups

References