summaryrefslogtreecommitdiff
path: root/doc/TODO.txt
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2011-04-12 15:51:45 (GMT)
committerMarius Kintel <marius@kintel.net>2011-04-12 15:51:45 (GMT)
commit1754a970a76c071fff91cc7c716aa0b78b4ac6be (patch)
tree5faa0fad3b5324423cd44413d5fdd16c586c1e29 /doc/TODO.txt
parent592ca6abadcb6443629be4407b973279a891278c (diff)
parenta3cfe9e6d76f41cbd13711d1bc3843afe3d14f2d (diff)
Merge branch 'master' of github.com:openscad/openscad
Diffstat (limited to 'doc/TODO.txt')
-rw-r--r--doc/TODO.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/TODO.txt b/doc/TODO.txt
index a053b58..cca4a2a 100644
--- a/doc/TODO.txt
+++ b/doc/TODO.txt
@@ -75,12 +75,16 @@ o 3D View
- Improve mouse rotation
- Add modifier key combos to handle pan and zoom on 1 mouse button systems
- Show grid
+ - Measurement ticks on the axes that look like rulers that one can turn off and on.
- 4 x split view w/orthogonal cameras?
- Quick highlighting of object under the cursor in the editor
- View All
+ - Allow specifying viewpoint in the scad file
- overlay indicator displaying current view mode
- OpenCSG rendering: Coincident surfaces causes z-buffer fighting. Is this somehow
avoidable tuning the depth tests in OpenCSG?
+ - Use OpenGL picking to facilitate ray-tracing like features like measuring
+ thicknesses, distances, slot thicknesses etc.
o Editor wishlist
- More infrastructure for external editor (allow communication from the outside)
- Preferences GUI for the features below
@@ -138,11 +142,11 @@ o Language Frontend
the "Flex & Bison" O'Reilly book, "Start States and Nested Input
Files", page 28, for an example.
- Allow local variables and functions everywhere (not only on module level)
- - allow 0/1 f/t FALSE/TRUE as boolean values
- - allow any expression to be evaluated as boolean (e.g. 1 = true, 0 = false)
+ - allow any expression to be evaluated as boolean (!0 = true, 0 = false)
- Rethink for vs. intersection_for vs. group. Should for loops
generate child lists instead, and make these passable to other
modules or accessible by child()?
+ - constants: PI
o DXF Import/Export
- Use dxflib from RibbonSoft for import/export? -> investigate
- Import
contact: Jan Huwald // Impressum