commit 583df8452a92491bfbdd2f9a0d26d1cb40d884e3 Author: josh Date: Wed Mar 25 00:58:46 2009 +0000 added trunk, tags, branches, moved stuff to trunk git-svn-id: svn://anubis/jcad/trunk@30 c8684bfa-0c3a-0410-9efb-b8c82542f01e diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..915268a --- /dev/null +++ b/Makefile @@ -0,0 +1,11 @@ + +CP = cp +TARGET = jcad + +all: + $(MAKE) -C src + $(CP) -p src/$(TARGET) . + +clean: + find . -name '*.d' -exec rm {} ';' + $(MAKE) -C src clean diff --git a/TODO b/TODO new file mode 100644 index 0000000..eb23410 --- /dev/null +++ b/TODO @@ -0,0 +1,19 @@ +TODO: +===== +- add side toolbar +- add side feature tree +- add scrolled window around GLWidget +- put GLWidget in a container so it can be hidden + +Test Constraints +================ +- various n-gons in a circle +- tangent arcs +- concentric circles & arcs + +Test Parts +========== +- chain link +- wikipedia's CSG example +- triangle/square/circle part +- box with square holes, round inside/outside edges, corners