a few scribbles in the todo

This commit is contained in:
benfry
2001-12-09 20:05:28 +00:00
parent c3b5c646fc
commit 03629d2b5b
+18
View File
@@ -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