more info for the faq and a bunch of todo items

This commit is contained in:
benfry
2005-04-24 21:09:16 +00:00
parent 24f72d4d79
commit 3ff55d3242
5 changed files with 60 additions and 14 deletions

View File

@@ -2,8 +2,18 @@
X java 1.4 getButton() was inside the mouse handler
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1114147314;start=3
_ seem to be problems with updatePixels() on the mac
_ appears to run asynchronously
_ createGraphics(200, 200) to create same as source
_ createGraphics(200, 200, P2D) to create 2D from 3D
_ also, drawing a PGraphics2 doesn't seem to work
_ http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Syntax;action=display;num=1113919619;start=5
_ the draw() method must exist, otherwise the sketch won't run
_ web colors with alpha: 0xffcc0080 or unhex("ffcc0080")
_ point appears to be broken
_ could be a problem with java 1.5? (was using win2k)
noStroke();
@@ -44,8 +54,6 @@ http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Syntax;action=display;n
_ set upper bound on framerate so as not to completely hose things?
_ is camera backwards, or staying fixed and moving the scene?
_ createGraphics(200, 200) to create same as source
_ createGraphics(200, 200, P2D) to create 2D from 3D
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .