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:
commit
583df8452a
11
Makefile
Normal file
11
Makefile
Normal 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
19
TODO
Normal 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
|
Loading…
x
Reference in New Issue
Block a user