diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-15 13:02:52 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-15 13:02:52 (GMT) |
commit | 4e3548fe03cc6ac78381e556d5e8da753759b510 (patch) | |
tree | 7cc8b9061201eb40e79b4db8aa279bc892ce2930 | |
parent | 495a0c31f7b372e86eb5bb3838425baf3c11cc31 (diff) |
more ideas
git-svn-id: http://svn.clifford.at/openscad/trunk@312 b57f626f-c46c-0410-a088-ec61d464b74c
-rw-r--r-- | TODO.txt | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -46,10 +46,6 @@ o Misc (make this configurable in preferences?) - Save: Ask for confirmation if file has been externaly changed -INFRASTRUCTURE --------------- -o Think about making external libraries easier available. Probably mostly convenience. - ENGINE ------ o 2D Subsystem @@ -91,4 +87,14 @@ o C++-ify and to get memory ownership under control) - Use static_cast instead of C-style casts +INFRASTRUCTURE +-------------- +o Think about making external libraries easier available. Probably mostly convenience. +o Use a logging framework to get debugging/info output more under control? + (check log4j, google project) + +MISC +---- +o Collect "all" available OpenSCAD scripts from the internets and batch convert them + to STL to assist with robustness testing. |