usual tidbits

This commit is contained in:
benfry
2003-04-02 17:38:58 +00:00
parent 0a4f670d86
commit 8a70784d2c
+20 -3
View File
@@ -7,8 +7,11 @@ X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs
_ color() should work for alpha..
_ also #aarrggbb
_ http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1049141984
_ crap, something i'm forgetting
_ blend() (or any other 'final' functions) is causing trouble
_ when other people write methods of the same name
_ http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1049249938
_ smooth images drawing strangely (missing first line of pixels)
_ also smoothed even if not distorted
@@ -22,7 +25,6 @@ _ u/v should be affected by w for proper perspective
_ sphere() and other polygons don't connect flush with one another
_ single pixel lines have no alpha and no z
_ fix all the random line types to support alpha
@@ -358,7 +360,9 @@ PDE / Compiler
PDE / KJC Compiler
most of these items can be removed if kjc is dropped
o
b _ another kjc bug
b _ http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Syntax;action=display;num=1048025370;start=0
b _ when missing a closed brace, often has compiler error
b _ Jordan J message in email and bugs list
b _ can't used random() inside constructor.. (Glen Murphy)
@@ -401,6 +405,8 @@ PDE / Export
PDE / Runtime (includes classloading)
_ focus not properly set in present mode
_ http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1048069821
_ for 'java' mode, try run using external vm
_ would need to get error output stream from app.. argh
_ only allow under win/osx/linux
@@ -612,6 +618,8 @@ b _ why is bbedit the type for the other files? make simpletext
DISTRIBUTION / Mac OS X
b _ report of a problem with the rxtx installer being bad
b _ http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1048517796;start=0
b _ remove 'quit' from file menu
b _ Event.consume() doesn't work on entry fields
b _ manifests itself in sketch naming, can't be constrained
@@ -893,6 +901,15 @@ for jgl version of bagel, jgl.jar needs to be in classpath
The C Language version of the Bagel Graphics Library
bagel engine: memoryimagesource, opengl, illustrator, postscript, pdf
bagel to run on j2me / phones
output to multiple languages: java -> c++ conversion
cbagel engine: memory array, opengl bindings
_ modify cbagel for opie
_ would be interesting to build pre-processor for java p5
_ but that converts into cpp version of bagel apps.. mmm