[PD] GEM question

Jack jack at rybn.org
Sun Jul 21 14:49:28 CEST 2013


Le 21/07/2013 13:19, Fero Kiraly a écrit :
> hi friends,
>
> can I effectize whole GEM output at once?
>
> I mean like data flow in audio processing.
>
> for example: make 3 squares and then use on whole GEM screen
> [pix_scanline] box.
>  I am not sure if I've explained it well..
>
> fero
>
>
> _______________________________________________
> Pd-list at iem.at mailing list
> UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

You have two possibilities to do that :
1) Use [pix_snap] to capture a part of the frame buffer and then apply
[pix_scanline]. This method is the simplest but could be slow for your
hardware.
2) Use [gemframebuffer] to render off-screen and convert this
framebuffer into texture. Then use shaders (GLSL) to perform a
[pix_scanline] like. Try this method if the first is too slow.
++

Jack


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20130721/9cd55eaa/attachment.htm>


More information about the Pd-list mailing list