I apologize first for asking a quite unspecific problem. But I have so little clue and so little time that I really don't know where to start looking.
I'm a student in an introductory computational art class. We will have a final exhibition in 48 hours. I just realized everyone's works written in Pure Data or Processing have to be stored in a single PC and are supposed to be automatically displayed full-screen in loops. I was asked to implement the "playlist" but the only language I actually 'kinda' know is Processing. So all I have right now are some very naive ideas, which I don't even know if make sense or not:
- I heard html5 canvas is quite powerful. Is it possible to use it as a front end to import .pd and .pde?
- I also heard there is a certain tool (it somehow magically disappeared from my Google radar ... when I need it of course) to import Processing .pde to Pure Data, but it only operates in OSX systems. Is it possible to do something similar in Windows?
- Is it possible to just use Java or C++ or something to open the artworks one at a time and automatically set them to fullscreen? But I've never done anything like this before. Actually I don't even know Java or Javascript at all...
- Is there a better way to do what I want?
Any help is much appreciated!