Hello All!
We proudly announce the new version of ExtendedViewToolkit - the PureData/GEM abstraction library for panoramic image/video creation and projection mapping. It has been a long, but productive time since our last release. Tons of new features and fixes wait for being discovered by you. This new version was mainly done during a residency at moddr_/WORM in Rotterdam.
Amongst other changes, you are looking on a completely re-designed storage-solution, that enables you to create scene-based video-mapping setups - with the possibility to add transitions between your scenes. Within each scene, you can automate basically every parameter in every module of the toolkit individually. We made a small technical teaser, to show what's possible with the scenes: http://vimeo.com/51567993
In addition to our multi-camera panoramic content solution, we integrated a module for creating 360-degree panoramic content made with spherical, one camera based, lens- or mirror-systems. Also, a new video player with instant and saveable controls for in/out-points, fade-times and loop, waits for being used within your performance. On the projection-side we added a module with 5x5 cornerpoints to allow more detailed settings when projecting on uneven surfaces with just one projection module. Furthermore we implemented a function to adjust the perspective distortion into the projection modules.
We sticked to our fear of externals and made the whole toolkit out of plain PD and GEM without any other external libraries. For the usage of the remote-control features we recommend the usage of mrpeach´s OSC library. We tested the toolkit on different machines, and did not have any issues on Linux, OSX 10.6.8, 10.7.1 and also on Windows 7. If you discover any problems, please get in touch with us.
Thanks to all the people who constantly support the development of the toolkit, especially Cyrille Henry, IOhannes, Seppo, Walter&Birgit of moddr and Patrick Pagano.
Download it here: https://github.com/extendedview/extended_view_toolkit
If you use it, we strongly encourage you to send us links, videos, images, etc. of your projects. We are amazingly interested to see what you create!
Cheers, Peter & Marian
Pd-announce mailing list Pd-announce@iem.at http://lists.puredata.info/listinfo/pd-announce
Looks quite nice! The demo video shows the process nicely. Do you have any other videos of made with it?
It would be good to have it in the puredata.info/downloads page: https://puredata.info/docs/sitedocs/AddingYourProjectToDownloads
.hc
On 10/24/2012 06:50 AM, Peter Venus wrote:
Hello All!
We proudly announce the new version of ExtendedViewToolkit - the PureData/GEM abstraction library for panoramic image/video creation and projection mapping. It has been a long, but productive time since our last release. Tons of new features and fixes wait for being discovered by you. This new version was mainly done during a residency at moddr_/WORM in Rotterdam.
Amongst other changes, you are looking on a completely re-designed storage-solution, that enables you to create scene-based video-mapping setups
- with the possibility to add transitions between your scenes. Within each
scene, you can automate basically every parameter in every module of the toolkit individually. We made a small technical teaser, to show what's possible with the scenes: http://vimeo.com/51567993
In addition to our multi-camera panoramic content solution, we integrated a module for creating 360-degree panoramic content made with spherical, one camera based, lens- or mirror-systems. Also, a new video player with instant and saveable controls for in/out-points, fade-times and loop, waits for being used within your performance. On the projection-side we added a module with 5x5 cornerpoints to allow more detailed settings when projecting on uneven surfaces with just one projection module. Furthermore we implemented a function to adjust the perspective distortion into the projection modules.
We sticked to our fear of externals and made the whole toolkit out of plain PD and GEM without any other external libraries. For the usage of the remote-control features we recommend the usage of mrpeach´s OSC library. We tested the toolkit on different machines, and did not have any issues on Linux, OSX 10.6.8, 10.7.1 and also on Windows 7. If you discover any problems, please get in touch with us.
Thanks to all the people who constantly support the development of the toolkit, especially Cyrille Henry, IOhannes, Seppo, Walter&Birgit of moddr and Patrick Pagano.
Download it here: https://github.com/extendedview/extended_view_toolkit
If you use it, we strongly encourage you to send us links, videos, images, etc. of your projects. We are amazingly interested to see what you create!
Cheers, Peter & Marian
Pd-announce mailing list Pd-announce@iem.at http://lists.puredata.info/listinfo/pd-announce
Looks quite nice! The demo video shows the process nicely. Do you have any other videos of made with it?
There are some, but we are a bit slow at video editing...
But the original demo video is still valid: long: http://vimeo.com/20328208 short: http://vimeo.com/20311051
And one piece making excessive use of extended view toolkit: Monster: http://vimeo.com/37181648 (there are a few other videos of this piece online too)
It would be good to have it in the puredata.info/downloads page: https://puredata.info/docs/sitedocs/AddingYourProjectToDownloads
Ok. I didn't notice this section before. Never scrolled down at this page.
marian
I finally got around to poke at this project. Very cool!
However, I'm trying to figure out how I could add a 'floor' to 04_ev_example_3d.pd I got the surface aligned alright, but I guess I need to change the perspective? A little bit confused here. Basically I just want the scene to extend, so it probably needs some extra transformation to view correctly.
Any ideas on how to accomplish this would be very welcome :)
On Fri, Oct 26, 2012 at 3:00 AM, Marian Weger mail@marianweger.com wrote:
Looks quite nice! The demo video shows the process nicely. Do you have
any other videos of made with it?
There are some, but we are a bit slow at video editing...
But the original demo video is still valid: long: http://vimeo.com/20328208 short: http://vimeo.com/20311051
And one piece making excessive use of extended view toolkit: Monster: http://vimeo.com/37181648 (there are a few other videos of this piece online too)
It would be good to have it in the puredata.info/downloads page:
https://puredata.info/docs/**sitedocs/**AddingYourProjectToDownloadshttps://puredata.info/docs/sitedocs/AddingYourProjectToDownloads
Ok. I didn't notice this section before. Never scrolled down at this page.
marian
______________________________**_________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/** listinfo/pd-list http://lists.puredata.info/listinfo/pd-list
Hmm, thinking this over a bit more I guess what I need is different views of the same scene. As right now in the 3d-example there is a single texture with a 3d object that is spread out over the vertices. In my case I'd want to have different dimensional views of the same object on each of the vertices, so not a single texture at all.
I have no idea if/how this could be done with the Extended View toolkit. Some help with this would be appreciated.
drmr
On Sun, May 12, 2013 at 9:54 PM, dreamer dreamer@puikheid.nl wrote:
I finally got around to poke at this project. Very cool!
However, I'm trying to figure out how I could add a 'floor' to 04_ev_example_3d.pd I got the surface aligned alright, but I guess I need to change the perspective? A little bit confused here. Basically I just want the scene to extend, so it probably needs some extra transformation to view correctly.
Any ideas on how to accomplish this would be very welcome :)
On Fri, Oct 26, 2012 at 3:00 AM, Marian Weger mail@marianweger.comwrote:
Looks quite nice! The demo video shows the process nicely. Do you have
any other videos of made with it?
There are some, but we are a bit slow at video editing...
But the original demo video is still valid: long: http://vimeo.com/20328208 short: http://vimeo.com/20311051
And one piece making excessive use of extended view toolkit: Monster: http://vimeo.com/37181648 (there are a few other videos of this piece online too)
It would be good to have it in the puredata.info/downloads page:
https://puredata.info/docs/**sitedocs/**AddingYourProjectToDownloadshttps://puredata.info/docs/sitedocs/AddingYourProjectToDownloads
Ok. I didn't notice this section before. Never scrolled down at this page.
marian
______________________________**_________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/** listinfo/pd-list http://lists.puredata.info/listinfo/pd-list
Am 14.05.13 10:14, schrieb dreamer:
Hmm, thinking this over a bit more I guess what I need is different views of the same scene. As right now in the 3d-example there is a single texture with a 3d object that is spread out over the vertices. In my case I'd want to have different dimensional views of the same object on each of the vertices, so not a single texture at all.
So, you need textures from different angles of the same scene, right? I just made two examples:
different_viewing_angles.pd (general for pd/gem) 04_ev_example_... (specific for extended view toolkit. load and recall attached textfile!)
I hope, this answered your question.
cheers, marian
I have no idea if/how this could be done with the Extended View toolkit. Some help with this would be appreciated.
drmr
On Sun, May 12, 2013 at 9:54 PM, dreamer <dreamer@puikheid.nl mailto:dreamer@puikheid.nl> wrote:
I finally got around to poke at this project. Very cool! However, I'm trying to figure out how I could add a 'floor' to 04_ev_example_3d.pd I got the surface aligned alright, but I guess I need to change the perspective? A little bit confused here. Basically I just want the scene to extend, so it probably needs some extra transformation to view correctly. Any ideas on how to accomplish this would be very welcome :) On Fri, Oct 26, 2012 at 3:00 AM, Marian Weger <mail@marianweger.com <mailto:mail@marianweger.com>> wrote: Looks quite nice! The demo video shows the process nicely. Do you have any other videos of made with it? There are some, but we are a bit slow at video editing... But the original demo video is still valid: long: http://vimeo.com/20328208 short: http://vimeo.com/20311051 And one piece making excessive use of extended view toolkit: Monster: http://vimeo.com/37181648 (there are a few other videos of this piece online too) It would be good to have it in the puredata.info/downloads <http://puredata.info/downloads> page: https://puredata.info/docs/sitedocs/AddingYourProjectToDownloads Ok. I didn't notice this section before. Never scrolled down at this page. marian _______________________________________________ Pd-list@iem.at <mailto:Pd-list@iem.at> mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On Tue, May 14, 2013 at 12:59 PM, Marian Weger mail@marianweger.com wrote:
So, you need textures from different angles of the same scene, right? I just made two examples:
different_viewing_angles.pd (general for pd/gem) 04_ev_example_... (specific for extended view toolkit. load and recall attached textfile!)
I hope, this answered your question.
Thank you, I think this could work. What I was thinking of was making something similar as here: http://youtu.be/iQlDEPLHPyQ?t=3m9s
So basically to have a 3d scene with each projection surface showing a different part of it to make it immersive.
I guess using different [rotationXYZ] and perhaps [translationXYZ] for each surface and buffer this could be done?
Let me know what you think.
drmr
cheers, marian
I have no idea if/how this could be done with the Extended View toolkit. Some help with this would be appreciated.
drmr
On Sun, May 12, 2013 at 9:54 PM, dreamer dreamer@puikheid.nl wrote:
I finally got around to poke at this project. Very cool!
However, I'm trying to figure out how I could add a 'floor' to 04_ev_example_3d.pd I got the surface aligned alright, but I guess I need to change the perspective? A little bit confused here. Basically I just want the scene to extend, so it probably needs some extra transformation to view correctly.
Any ideas on how to accomplish this would be very welcome :)
On Fri, Oct 26, 2012 at 3:00 AM, Marian Weger mail@marianweger.comwrote:
Looks quite nice! The demo video shows the process nicely. Do you
have any other videos of made with it?
There are some, but we are a bit slow at video editing...
But the original demo video is still valid: long: http://vimeo.com/20328208 short: http://vimeo.com/20311051
And one piece making excessive use of extended view toolkit: Monster: http://vimeo.com/37181648 (there are a few other videos of this piece online too)
It would be good to have it in the puredata.info/downloads page:
https://puredata.info/docs/sitedocs/AddingYourProjectToDownloads
Ok. I didn't notice this section before. Never scrolled down at this page.
marian
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
What I was thinking of was making something similar as here: http://youtu.be/iQlDEPLHPyQ?t=3m9s
oh, that one. yeah, i think your approach should work for this.
So, what you need is a "virtual camera array" that lies in the center of your 3d scenery. I always wanted to build a dedicated module for this in extendedview toolkit, but never did.
So basically to have a 3d scene with each projection surface showing a different part of it to make it immersive.
yes. it is easier to rotate the 3d scenery than the camera, which will result in the same image. Just as in the exampes i sent before.
I guess using different [rotationXYZ] and perhaps [translationXYZ] for each surface and buffer this could be done?
exactly.
Let me know what you think.
i think this is a great idea.
cheers, marian
drmr
cheers, marian
I have no idea if/how this could be done with the Extended View toolkit. Some help with this would be appreciated. drmr On Sun, May 12, 2013 at 9:54 PM, dreamer <dreamer@puikheid.nl <mailto:dreamer@puikheid.nl>> wrote: I finally got around to poke at this project. Very cool! However, I'm trying to figure out how I could add a 'floor' to 04_ev_example_3d.pd I got the surface aligned alright, but I guess I need to change the perspective? A little bit confused here. Basically I just want the scene to extend, so it probably needs some extra transformation to view correctly. Any ideas on how to accomplish this would be very welcome :) On Fri, Oct 26, 2012 at 3:00 AM, Marian Weger <mail@marianweger.com <mailto:mail@marianweger.com>> wrote: Looks quite nice! The demo video shows the process nicely. Do you have any other videos of made with it? There are some, but we are a bit slow at video editing... But the original demo video is still valid: long: http://vimeo.com/20328208 short: http://vimeo.com/20311051 And one piece making excessive use of extended view toolkit: Monster: http://vimeo.com/37181648 (there are a few other videos of this piece online too) It would be good to have it in the puredata.info/downloads <http://puredata.info/downloads> page: https://puredata.info/docs/sitedocs/AddingYourProjectToDownloads Ok. I didn't notice this section before. Never scrolled down at this page. marian _______________________________________________ Pd-list@iem.at <mailto:Pd-list@iem.at> mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On Tue, May 14, 2013 at 9:38 PM, Marian Weger mail@marianweger.com wrote:
What I was thinking of was making something similar as here: http://youtu.be/iQlDEPLHPyQ?t=3m9s
oh, that one. yeah, i think your approach should work for this.
So, what you need is a "virtual camera array" that lies in the center of your 3d scenery. I always wanted to build a dedicated module for this in extendedview toolkit, but never did.
Yes exactly! Too bad you never got around to this ;)
I'll try and make a simple scene today and play around with it. Might have to play a bit with the cameras to get a perspective that works for the audience instead of just the performer though.
So basically to have a 3d scene with each projection surface showing a different part of it to make it immersive.
yes. it is easier to rotate the 3d scenery than the camera, which will result in the same image. Just as in the exampes i sent before.
I guess using different [rotationXYZ] and perhaps [translationXYZ] for each surface and buffer this could be done?
exactly.
Let me know what you think.
i think this is a great idea.
cheers, marian
drmr
cheers, marian
I have no idea if/how this could be done with the Extended View toolkit. Some help with this would be appreciated.
drmr
On Sun, May 12, 2013 at 9:54 PM, dreamer dreamer@puikheid.nl wrote:
I finally got around to poke at this project. Very cool!
However, I'm trying to figure out how I could add a 'floor' to 04_ev_example_3d.pd I got the surface aligned alright, but I guess I need to change the perspective? A little bit confused here. Basically I just want the scene to extend, so it probably needs some extra transformation to view correctly.
Any ideas on how to accomplish this would be very welcome :)
On Fri, Oct 26, 2012 at 3:00 AM, Marian Weger mail@marianweger.comwrote:
Looks quite nice! The demo video shows the process nicely. Do you
have any other videos of made with it?
There are some, but we are a bit slow at video editing...
But the original demo video is still valid: long: http://vimeo.com/20328208 short: http://vimeo.com/20311051
And one piece making excessive use of extended view toolkit: Monster: http://vimeo.com/37181648 (there are a few other videos of this piece online too)
It would be good to have it in the puredata.info/downloads page:
https://puredata.info/docs/sitedocs/AddingYourProjectToDownloads
Ok. I didn't notice this section before. Never scrolled down at this page.
marian
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hi dreamer,
i added a new example to extended view toolkit:
14_ev_example_virtual_panoramic_3d.pd
it describes, how a virtual camera array can be built.
cheers, marian
Am 15.05.13 09:40, schrieb dreamer:
On Tue, May 14, 2013 at 9:38 PM, Marian Weger <mail@marianweger.com mailto:mail@marianweger.com> wrote:
What I was thinking of was making something similar as here: http://youtu.be/iQlDEPLHPyQ?t=3m9s
oh, that one. yeah, i think your approach should work for this. So, what you need is a "virtual camera array" that lies in the center of your 3d scenery. I always wanted to build a dedicated module for this in extendedview toolkit, but never did.
Yes exactly! Too bad you never got around to this ;)
I'll try and make a simple scene today and play around with it. Might have to play a bit with the cameras to get a perspective that works for the audience instead of just the performer though.
So basically to have a 3d scene with each projection surface showing a different part of it to make it immersive.
yes. it is easier to rotate the 3d scenery than the camera, which will result in the same image. Just as in the exampes i sent before.
I guess using different [rotationXYZ] and perhaps [translationXYZ] for each surface and buffer this could be done?
exactly.
Let me know what you think.
i think this is a great idea. cheers, marian
drmr cheers, marian
I have no idea if/how this could be done with the Extended View toolkit. Some help with this would be appreciated. drmr On Sun, May 12, 2013 at 9:54 PM, dreamer <dreamer@puikheid.nl <mailto:dreamer@puikheid.nl>> wrote: I finally got around to poke at this project. Very cool! However, I'm trying to figure out how I could add a 'floor' to 04_ev_example_3d.pd I got the surface aligned alright, but I guess I need to change the perspective? A little bit confused here. Basically I just want the scene to extend, so it probably needs some extra transformation to view correctly. Any ideas on how to accomplish this would be very welcome :) On Fri, Oct 26, 2012 at 3:00 AM, Marian Weger <mail@marianweger.com <mailto:mail@marianweger.com>> wrote: Looks quite nice! The demo video shows the process nicely. Do you have any other videos of made with it? There are some, but we are a bit slow at video editing... But the original demo video is still valid: long: http://vimeo.com/20328208 short: http://vimeo.com/20311051 And one piece making excessive use of extended view toolkit: Monster: http://vimeo.com/37181648 (there are a few other videos of this piece online too) It would be good to have it in the puredata.info/downloads <http://puredata.info/downloads> page: https://puredata.info/docs/sitedocs/AddingYourProjectToDownloads Ok. I didn't notice this section before. Never scrolled down at this page. marian _______________________________________________ Pd-list@iem.at <mailto:Pd-list@iem.at> mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list