Doeke Wartena

Results 84 issues of Doeke Wartena

I have a standing video 720x1280 but in processing it is rotated to landscape. In finder and the browser it is correct.

movie
revision needed

Processing 4.3 Windows 10 I thought I was going crazy :) ```java void settings() { } void setup() { noSmooth(); } ``` ![Screenshot 2024-02-18 223447](https://github.com/benfry/processing4/assets/738650/e2b217a8-588e-471b-98e4-97b83c18780e)

When using P2D or P3D you have to run draw within 5 seconds, else you get a RuntimeException. I think 5 seconds is a bit short from time to time....

OpenGL

Processing 4.3 (and prior) Windows 10 When working outside the IDE it's common to put the libraries in a lib folder like: (even when not using processing this is common)...

Processing 4.2, OSX 10.15.7 ```java void setup() { size(600, 600, P2D); PGraphics pg = createGraphics(64, 64, P2D); pg.beginDraw(); pg.background(255, 0, 0); pg.endDraw(); image(pg, 0, 0); pg.save("bug.png"); } ``` It should...

Help Wanted
OpenGL

The [Listen] button does not work for my valve index controller. It does work for my keyboard. I have enabled "Lock Input to Game View". Let me know if you...

The readme links to https://www.riffusion.com/about, but if you go there you end up here: https://www.riffusion.com. Please bring the readme back, I believe it was this great article that explained about...

In the 1-1_red example, no matter what I change this too: `rect(0,0,width, height);`. The rectangle will always be drawn fullscreen. Also `resetShader` and other attempts to fix it did not...

It seems this project is dead :( It would be nice that if the cursor is on a line that is really long that it centers horizontal as well.

The installation failed for me telling it can't find steam. I don't have it installed in the default location. And half-life is installed on another drive. Anyway, I fixed it...