Doeke Wartena

Results 82 issues of Doeke Wartena

hi, i din't know another way to contact you. I was wondering. How can i retrieve the CGDirectDisplayID? best Doeke

(Constructive feedback, nothing negative here). This step gave me a lot of problems. In the end you just have to enter the command as one line, but I did not...

I'm trying to create a logo using planck.js. The idea is to create a SVG based on the state of the physics. I'm pretty far but I can't figure out...

How can I prevent the creation of a canvas? I make a SVG, and I don't want the canvas at all. So hiding it is no option cause then it...

I had incomplete shapes: After some digging I came to this fix: `testbed.maxPolygonVertices = 48; // default is 12` It would be nice when creating a Polygon, e.g. `body.createFixture(pl.Polygon(vecs), 2.0);`...

It would be great to output to multiple terminal windows. It seems this is the easiest to achieve on linux first. A bit more here: https://stackoverflow.com/questions/62943513/is-it-possible-to-output-on-multiple-terminal-windows-within-a-single-program

It would be great if this could work inside the PDE as well. For this processing console would need: - input support - ansii support - stty commands support (to...

At the time of writing this is the code that deals with the keyTyped support: ```java terminal_read_input_vk_keys((vk_key)-> { // in the processing source this is event.getModifiersEx(); // Not sure if...

Right now the _std_err.txt_ file always contains the following: > OpenGL error 1282 at top endDraw(): invalid operation > The pixels array is null. To explain the issue, I first...

As described in the readme it is possible to change the character set: ```java P5_Terminal_Graphics.sequence = " /\\X"; ``` But the characters have to be arranged in order of brightness....