From 03629d2b5b2e3884ff0961fb4a430eba143ba173 Mon Sep 17 00:00:00 2001 From: benfry Date: Sun, 9 Dec 2001 20:05:28 +0000 Subject: [PATCH] a few scribbles in the todo --- processing/todo.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/processing/todo.txt b/processing/todo.txt index 257455e12..30c2acbed 100644 --- a/processing/todo.txt +++ b/processing/todo.txt @@ -51,6 +51,14 @@ _ would also be nice for people to be able to vote on features for 0014 +_ fix z coordinate, ndims not being set to 3 +beginShape(LINE_LOOP); +vertex(30, 20, -50); +vertex(85, 20, 0); +vertex(85, 75, -80); +vertex(30, 75, 0); +endShape(); +_ put bezierCurve and catmullRomCurve back in X examples - setting background using a full screen image X uses System.arraycopy for speed _ finish color function inside applet @@ -61,6 +69,16 @@ _ include stdout/stderr in the processing window _ option to toggle window on/off (not just in properties, but realtime) _ set # of lines in properties _ remove .java and .class files for compiled classes +_ note about bug in sun vm for freaking out +_ note about memory running out, using ms and mx +_ add special cvs generic user +_ special case lines of thickness 1 +_ mac version for casey +_ with serial for michael + +_ look into maxx programming +_ live video editing, wanting things more procedural +_ illustrator exporting for 0015