bezier() evaluator implemented

This commit is contained in:
benfry
2003-07-30 16:16:29 +00:00
parent a2522939c5
commit 7895caef9d

View File

@@ -95,6 +95,8 @@ X remove 'quit' from file menu (osx only)
X why do command keys / menu shortcuts get passed through?
X cmd-s drops an s into the text area (grr)
X only happened on java 1.3 if the cmd-key was unused
o select all (apple-a) on azerty keyboard is quitting the app
o http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1032909986;start=0
dh X save last-used serial to sketch.properties on quit
@@ -112,12 +114,14 @@ dh o exception when trying to write to stdout
dh X may need horizontal scroller, or text wrap
dh X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1050328811;start=0
i think this is completed
dh b _ present mode, click background window and front window hides
dh b _ wasn't present in jdk 1.3, focus manager changed in 1.4
dh b _ http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1050163961
dh b _ file://localhost/D:/jdk-1.4.1_02/docs/api/java/awt/doc-files/FocusSpec.html
this should get completed before 57.. it's annoying
dh b _ export to .pde file rather than java
dh b _ or at least link to that from the web page
@@ -130,10 +134,24 @@ dh b _ http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_Software
BEN'S PILE OF NEAR-IMMEDIACY (assume there's a bf next to all these)
bf _ curves
bf _ curveMode(), curveMode to tweak the s parameter of catmullrom
bf _ setting accuracy of curve segments
bf _ right now it's hardwired at 20, should be adjustable
bf _ function to evaluate bezier or catmullrom points
bf _ used heavily in genome valence, asked about on the bboard
bf _ http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1053449577;start=0
bf _ http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1057393989;start=0
macosx
X could it be audio that's hanging the application? -> nope
_ duh.. do println() statements to see where it's hanging
_ (or hanging on start)
_ change Proce55ing.app to Processing.app
_ should cvs be changed or just do this as a renaming step?
_ jikes is not wired to Proce55ing.app
_ jikes is not properly wired to Proce55ing.app
_ puts a couple dots on random lines
_ build gl4java for java 1.4
_ Event.consume() doesn't work on entry fields
@@ -143,15 +161,15 @@ _ it's probably because of keyTyped() being the important one
_ so instead trap for keyTyped events
_ escape key not quitting presentation mode
_ no events seem to be coming through at all
_ select all (apple-a) on azerty keyboard is quitting the app
_ http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1032909986;start=0
_ why are the end of text messages under osx getting chopped?
_ set nice background for disk image on macosx
_ mac 1.4 crashes when attempting to stop applets (pcho definitely)
_ doesn't seem to do this with the .app, or at least in prev release
_ (although prev release was running 1.3 by default)
_ locking up on my machine after hitting stop
_ is this only a problem when run from run.sh?
_ do objects need to be swing components to draw properly?
_ macosx has update weirdness for non JComponent items
_ probably why end of text messages under osx getting chopped?
_ rxtx is a problem in general.. how to improve installation
_ try installing serial adapter with p5
@@ -163,6 +181,8 @@ _ write script to handle installation, etc.
_ (maybe do this from inside p5?)
_ will need to be done for gl4java as well
_ open button stays stuck if no sketch is selected from popup
_ tweak video to get it working
o beginVideo(int, int, int) not found
_ http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1054283460
@@ -200,14 +220,6 @@ b o jikes prolly needs cygwin1.dll, and maybe cygiconv-2.dll
thesis / acg
bf _ curves
bf _ curveMode(), curveMode to tweak the s parameter of catmullrom
bf _ setting accuracy of curve segments
bf _ right now it's hardwired at 20, should be adjustable
bf _ function to evaluate bezier or catmullrom points
bf _ used heavily in genome valence, asked about on the bboard
bf _ http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1053449577;start=0
bf _ http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1057393989;start=0
bf _ make bagel more usable as standalone
bf _ #ifdef to remove client and server code as well
bf _ breakout BGraphics (have its own BImage)
@@ -736,8 +748,6 @@ dh 1 _ http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software
1 _ maybe something that shows stack trace
1 _ with an 'email this' button? (include source code too?)
1 _ dim edit menus as appropriate during selection/no selection/etc
1 _ do objects need to be swing components to draw properly?
1 _ macosx has update weirdness for non JComponent items
1 _ switch to newer syntax package from jedit cvs
1 _ is enormous horizontal scroller issue fixed properly