added trunk, tags, branches, moved stuff to trunk

git-svn-id: svn://anubis/jcad/trunk@30 c8684bfa-0c3a-0410-9efb-b8c82542f01e
This commit is contained in:
josh 2009-03-25 00:58:46 +00:00
commit 583df8452a
2 changed files with 30 additions and 0 deletions

11
Makefile Normal file
View File

@ -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

19
TODO Normal file
View File

@ -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