pwindows for GL process

MH's icon

Hello

Maybe this was covered already but I haven't found an answer with the search method on the forum.

Is there a way to have multiple pwindows for GL process without using a jit.matrix ?

I have used jit.gl.asyncread but my understanding is that its showing the render of gl.render.

I have many steps of my process that I would like to see and using jit.matrix slows down my FPS.

MH's icon

Here's an patch exemple. I have few pwindows and process like this.

Max Patch
Copy patch and select New From Clipboard in Max.

What could I do increase my performance ?

oli larkin's icon

just use the name attribute to name the GL context the same way as you do with jit.window.

MH's icon

Not sure I understand Oli
Do you have an exemple ?

Do you mean having multiple jit.window with different names ?

MH's icon

Here's a screen shot of what I want to do

85.Screen_shot.jpg
jpg
strimbob's icon
Max Patch
Copy patch and select New From Clipboard in Max.

you can do it with jit.gl.texture here an example, but having lot of pwindows will slow you down

also have a look at Recipe 39: Preview
https://cycling74.com/tutorials/jitter-recipes-book-3/

cheers ben

MH's icon

Thank you very much Ben ! Just what I needed to understand :-)