a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment by couchpillow
couchpillow  ·  3482 days ago  ·  link  ·    ·  parent  ·  post: Help request: resources for developing UI for TVs

Basically I'm looking at starting a little project for an App that would run on a PC and be displayed on a TV. Not something that would run directly on the TV firmware itself.

I guess as I think more about it, it would be like running a full screen app or game. If I'm using a TV as the monitor, I guess that's not really any different right? I should still be able to probe resolution and display size and all that just as I would in a webapp to ensure my layout stays constrained to the screen. I think whats throwing me a bit is I'm used to designing for a scrolling webpage layout with user interface. And what I'm looking at trying to do now is more of a display interface that will work across a variety of TV sizes that doesn't exactly have user input. It's more just display information that I want to stay constrained to the display size.





Wintermute  ·  3482 days ago  ·  link  ·  

    If I'm using a TV as the monitor, I guess that's not really any different right?

Yep, that's correct. There's very little difference between a TV and a monitor these days at any level. From the browser they should behave exactly the same way.

couchpillow  ·  3482 days ago  ·  link  ·  

Yeah but I want to get away from using a browser and html/css. I haven't had great success in getting a full screen webpage to display properly (not just left to right, but constrained top to bottom as well) on various TV sizes. So I wanted to develop something more like an app since it seems that those work just fine on various TVs. Thinking of things like say a ROKU interface or something like that.

I was just wondering if there were different methods/practices that were used in developing a full screen TV type interface as opposed to developing for a browser window. Where elements are placed around the screen, fixed and constrained to the viewable area of the TV.

user-inactivated  ·  3482 days ago  ·  link  ·  

There are TVs that run Android, and an Android TV api. If you're used to writing apps, that would probably be an easy-ish platform to start on.