diff --git a/app/notes.txt b/app/notes.txt index a2a419773..a1e6a369e 100644 --- a/app/notes.txt +++ b/app/notes.txt @@ -1,3 +1,18 @@ +ABOUT REV 0029 + +- actually updated pde.jar, export, pde.properties, BApplet.java + in sketchbook, removed extra dbn.pde from lib (it's in sketchbk) + +- new api: triangle, quad (put rect back too) + +- keyPressed() and mousePressed() events + +- new functions: degrees(), radians() + +- new color tidbits (though color still ints) final solution + for get/set pixel debate + + ABOUT REV 0028 - serial port should work again (win32comm was missing) diff --git a/done.txt b/done.txt index c4824f409..b739c3652 100644 --- a/done.txt +++ b/done.txt @@ -1,3 +1,24 @@ +0029 +X triangle() 6 parameters +X quad() 8 parameters +X rect/rectMode again +X remove addMouse/addKeyboard/addTime +X keyDown(), mouseDown(), lastMouseX, lastMouseY +X degrees(), radians() +X new color solution +X make sure fxns come through (if static/final?) +X color() -> uses colorMode +X red/green/blue() hue/saturation/value() functions +X getPixel/setPixel +X proposed color solution (canned) +o color -> since color 'mode', responds to colorMode +o getPixel/setPixel -> get/set int for purpose of moving pixels +o get/set Red/Green/Blue/Hue/Saturation/Brightness -> uses colorMode +o setColor(x, y, z) -> hsb or rgb via colorMode +X get casey setup with full cvs so that he can build w/ changes +X make sure lib/export is updated properly this time + + 0028 X modified pde.properties slightly for console and header X need stdout in p5 window b/c mac has no stdout diff --git a/todo.txt b/todo.txt index 989dfe18a..d61d8f2e9 100644 --- a/todo.txt +++ b/todo.txt @@ -1,26 +1,9 @@ -0029 -X triangle() 6 parameters -X quad() 8 parameters -X rect/rectMode again -X remove addMouse/addKeyboard/addTime -X keyDown(), mouseDown(), lastMouseX, lastMouseY -X degrees(), radians() -X new color solution -X make sure fxns come through (if static/final?) -X color() -> uses colorMode -X red/green/blue() hue/saturation/value() functions -X getPixel/setPixel -X proposed color solution (canned) -o color -> since color 'mode', responds to colorMode -o getPixel/setPixel -> get/set int for purpose of moving pixels -o get/set Red/Green/Blue/Hue/Saturation/Brightness -> uses colorMode -o setColor(x, y, z) -> hsb or rgb via colorMode -X get casey setup with full cvs so that he can build w/ changes -_ make sure lib/export is updated properly this time - -kjc issues -_ comments are removed from exported files -_ modify to allow for the 'build' directory on lib +0030 +_ kjc issues +_ convert color -> int +_ comments are removed from exported files +_ modify to allow for the 'build' directory on lib +_ make a new 'dist' function for building _ exceptions in draw() apps aren't caught _ the program resize(200, 200); just does nothing @@ -28,8 +11,6 @@ _ fold simpleserial into BApplet _ sprint an sprintln functions _ make i/o work just like mouse (event driven, with dflt behavior) _ need to have function to enable it in setup - -_ make a new 'dist' function for building _ make scrollbar for console