Doeke Wartena

Results 84 issues of Doeke Wartena

If you take the default example and add this: ```js function preload() { loadImage("banner_512x128.mp4", (img)=> { }, (err)=> { console.log("mp4 you idiot!"); }); } ``` Then you get, as expected...

Bug
Please Help Label

I think it would be a great addition to have a deltaTime added to processing so it is more easy to make frame independent movement out of the box. I...

enhancement

Processing 3.5.4 Note that this does not apply for processing 4! I report it anyway. Error: ``` expecting SEMI, found 'size' Syntax error, maybe a missing semicolon? ``` Steps to...

I'm cleaning up my HD, and came across a svg of a student that didn't work (the svg didn't work...). I know processing can't have full SVG support, but I...

This seems to be operating specific. Linux doesn't have this. For windows I don't know. For mac it does. mouseX can go to 0 mouseY lowest value is 1 (this...

macosx

I noticed when using zls in VSCode that there was suddenly syntax highlighting. Not sure if zls was responsible or the vscode extension for zls, but I'm hoping it was...

enhancement

How can I access a texture from a shader? Or set a uniform? My html looks like this: ```html Loading Shader body { margin:0px; } ```

I try to match a beamer with something to projection map on. The beames has a given fov, is there any easy way to match this with fspy? Right now...

I'm not sure if this is technical possible, but it would be nice if the frameRate could be changed after `initialize()` happened. Reason for this is that you can not...

For the keywordsPattern I would like to use multiple styles depending on the pattern. As for now it seems this is not possible or the documentation really lacks. Also I...