JoAchim Berg
JoAchim Berg
Serial dll not found in 64-Bit compiled exe, IDE and 32-Bit exe are OK. ``` import processing.serial.*; void setup(){ printArray(Serial.list()); } void draw(){ text("OK", 10, 20); // no output in...
void draw() ... // Buffer part of the axis // yAxOverlay = get(contentRect.X - iLineWeight05, 0, iLineWeight, contentRect.Ymax); yAxOverlay = get(0, 0, 10, 9); //ArrayIndexOutOfBoundsException, if width or height of...
### Issue description "==" operator fail with NaN confuses beginners float result = float(s); // String s = "something wrong" println(result); // prints NaN if (result == Float.NaN) throw new...
### Issue description "==" operator fail with NaN confuses beginners float result = float(s); // String s = "something wrong" println(result); // prints NaN if (result == Float.NaN) throw new...