more additions

This commit is contained in:
benfry
2001-11-16 22:54:58 +00:00
parent 5360bfe19c
commit 8cf6ad94f4
+22 -10
View File
@@ -1,10 +1,14 @@
iprocessing todo list // last updated 16 october 2001
processing todo list // last updated 16 october 2001
(most up-to-date version of this file is in processing cvs)
PEOPLE WHO WANT IT
_ christophe buffet <christophe@wkmx.org>
christophe buffet <christophe@wkmx.org>
Eric ANDRON <ericandron@wanadoo.fr>
Michael Davis <shyfter@imsa.edu>
andres <moscoca@bigpond.com>
d.amarel <d.amarel@dotsperinch.com>
Daniel Evan Schwartz <design@roomn8.com>
changes to graphics
_ rect now uses x, y, width, height instead of x1, y1, x2, y2
@@ -13,8 +17,13 @@ _ box takes width, height, depth instead of six coordinates
for 0010
X make acu fonts work again
X write code to use simple bitmap fonts
_ keys don't work, even when overriding keyTyped etc.
_ z=0 shit, 2D stuff needs to draw over z=0 plane
_ no stroke should show up on image()
_ fill being set on image() produces weird results
_ has to be set, but doesn't actually affect color
_ include stdout/stderr in the processing window
_ stderr in red color
_ docs
_ explain using inner classes and using non-public classes
_ start 'errors' section
@@ -26,12 +35,11 @@ _ make note in documentation about getting access to pixel array
_ check to see if get/set functions in applet actually work
_ fix documentation appropriately
_ documentation says 'mouseDown' even though it's 'mousePressed'
X strangeness with stroke when a rect goes off outside the window
_ when images aren't found on disk
_ image formats supported
_ fix color cube applet
_ make it run in current version of processing
_ fix background from showing up black
X redone random functions in processing applet
_ update documentation on web page
_ crappy way of determining if inside a class--ignores comments
_ option to enable/disable frame on running applets
_ compiling .java files leaves the .class files next to the .java
@@ -39,14 +47,18 @@ _ make sure all the dirs in sketchbook added to classpath on startup
_ if new dir added, must restart processing (this is acceptable)
_ ability to include other code from sketchbook directory
_ compile entire sketchbook on startup, then check for new files on compile?
X kjc not smart enough to just compile things that are in classpath
_ when applet window is too large to fit, center and put in back
_ notes about running on win98 and that stupid startup exception
X add a file with bugs for testing
_ fix bugs from the 'bugs' file
_ if BagelImage doesn't load, then image() calls arrayindexoutofbounds
_ better solution for this (error while opening image)
_ and document how image loading works
X make acu fonts work again
X write code to use simple bitmap fonts
X add a file with bugs for testing
X kjc not smart enough to just compile things that are in classpath
X redo random functions in processing applet
X strangeness with stroke when a rect goes off outside the window
for 0011