kicad/libs
jean-pierre charras 9108404efe Gerbview: seriously speed up the calculation time to draw polygons on OpenGL.
Mainly CacheTriangulation() was creating triangles using partition mode.
But this mode is optimized for Pcbnew and Gerbview and different internal units.
Now CacheTriangulation() is used in no partition, much faster in GERBVIEW_PAINTER.
Fixes #11549
https://gitlab.com/kicad/code/kicad/issues/11549
2022-05-13 18:20:35 +02:00
..
kimath Gerbview: seriously speed up the calculation time to draw polygons on OpenGL. 2022-05-13 18:20:35 +02:00
kiplatform While icons aren't often used in Mac menus, they *are* supported. 2022-04-24 14:39:00 +01:00
sexpr Better handling of escaped characters in STEP parser 2021-12-08 15:55:42 -08:00
CMakeLists.txt Add new kiplatform library for platform-specific code 2020-06-03 14:58:54 +00:00