1
0
mirror of git://projects.qi-hardware.com/cae-tools.git synced 2024-12-23 04:23:55 +02:00
cae-tools/cameo
Werner Almesberger 17afa3e2bb Accept multiple paths and distinguish between inner paths and the outer path.
- cameo/path.h, cameo/path.c (path_replace): replace a path in a list of
  paths with a different path
- cameo/path.h, cameo/path.c (path_find_leftmost): find the leftmost path
  in a list of paths
- cameo/path.h, cameo/path.c (path_free): move freeing of points to separate
  function free_points, for sharing with path_replace
- cameo/cameo.c (main): move path processing to new function process_paths
- cameo/cameo.c (process_paths): treat the leftmost path a outside path and
  process it last. Treat all others as inside paths.
2010-11-01 17:23:19 -03:00
..
cameo.c Accept multiple paths and distinguish between inner paths and the outer path. 2010-11-01 17:23:19 -03:00
COPYING.GPLv2 Introducing cameo, a toolbox of CAM operations. 2010-11-01 14:58:29 -03:00
gnuplot.c Introducing cameo, a toolbox of CAM operations. 2010-11-01 14:58:29 -03:00
gnuplot.h Introducing cameo, a toolbox of CAM operations. 2010-11-01 14:58:29 -03:00
Makefile Enable more compiler warnings. Some cleanup. 2010-11-01 16:56:09 -03:00
path.c Accept multiple paths and distinguish between inner paths and the outer path. 2010-11-01 17:23:19 -03:00
path.h Accept multiple paths and distinguish between inner paths and the outer path. 2010-11-01 17:23:19 -03:00
README Introducing cameo, a toolbox of CAM operations. 2010-11-01 14:58:29 -03:00
util.h Introducing cameo, a toolbox of CAM operations. 2010-11-01 14:58:29 -03:00

CAM Engineering and Operation
=============================

Cameo is a collection of CAM tools that convert between various file
formats and adapt the toolpath.

This is a work in progress. The plan is to integrate all the utilities
currently floating around in
http://svn.openmoko.org/developers/werner/cncmap/
into a single program and to better share common functionality.

This work is distributed under the terms of the GNU GENERAL PUBLIC
LICENSE, Version 2:

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.

For your convenience, a copy of the complete license has been included
in the file COPYING.GPLv2.