Hacker News new | ask | show | jobs
by randomhunt 4622 days ago
Any idea how you're going to release it? (productise/monetize or open source)

I hacked up in the past a temporary solution using PowerPoint running on stripped down older laptops in the foyer and outside meeting rooms in my old company which worked well but I always thought it was a bit overkill and would like to see something like R-Pi in those kind of uses. I imagine yours is a lot more powerful but still think it would be a good use.

1 comments

We have a lot of customers lined up already: two fast food outlets who want it as a digital menu system, a local council who want it as a digital signage product and some SMEs who want it for reception-based product display. So we're going to be supplying complete solutions with internet connections for updates and each customer will get their own content of course. Pis are incredibly cheap so we'll be highly competitive against other digital signage products.

I will definitely release the framework as LGPLed code when its good enough for public consumption. It's nothing technically very special: a C API to create graphics elements using old style OpenGL behind the scenes, a video decoder pinched from hello_videocube.c and a LuaJIT wrapper around it all with ideas from Cocos-2D. Flash will never be supported on the Pi so this is my attempt at an open alternative.