"Offload is a toolkit: a set of APIs and libraries for developers to add multi-screen functionality to their apps. It enables seamless communication between apps running on smartphones, tablets and PCs using wi-fi or bluetooth connections depending on the capabilities of the devices."
I feel like this paragraph, currently buried at the bottom of the page, should be right up near the top. It's a more clear description than the current top matter.
Seems like a fun project. I wonder if it'd make sense to not only support multiple screens, but also other physical knob/button input devices. I often find myself controlling software via various sensors hooked up to a microcontroller. I use the rather popular firmata library:
It is embeddable on microcontrollers (mostly arduinos), and has many libraries in a variety of languages to easily interface with said hardware from a host "real" computer.
Sounds fun. Would this framework be using straight video streaming from desktop to mobile or passing parameters and rendering a native/web view of touch friendly controls via an easy to build mobile app?
They are all great, would be nice if when I start the associated desktop app, the mobile companion would also start without (much) effort from me? Maybe through a notification, if not automatically? Right now I often forget/can't be bothered to run them since they are buried somewhere on my phone
If your work isn't ready for people to try out yet, please
don't put "Show HN" in the title. Once it's ready, come
back and share it then.
For example, blog posts, email signups, and fundraisers
can't be tried out, so they don't count as Show HNs.
I feel like this paragraph, currently buried at the bottom of the page, should be right up near the top. It's a more clear description than the current top matter.
Seems like a fun project. I wonder if it'd make sense to not only support multiple screens, but also other physical knob/button input devices. I often find myself controlling software via various sensors hooked up to a microcontroller. I use the rather popular firmata library:
http://www.firmata.org/
It is embeddable on microcontrollers (mostly arduinos), and has many libraries in a variety of languages to easily interface with said hardware from a host "real" computer.