P5.js Output for projection Mapping

Heyho Guys^^

right now Im working on a Project in witch we would like to project some reactive Visuals we made in P5.js onto a Wall in the City.
Right now in our normal workflow we are using Resolume for the mapping part.
And now we are thinking about the most convenient way to do this.

The easiest way to get a Stream into Resolume would be through Spout or NDI
But we didn’t find a good solution to stream the Canvas in one of this formants

So is der any cool way to get the p5.js Canvas into Resolume?

Thanks in advance Guys

1 Like

Here is an example: p5.js + resolume using socket.io

I just published a library for projection mapping with p5.js. You can check it out here:
https://github.com/jdeboi/p5.mapper

3 Likes

OMG, thank you so much for this libray!