Hacker News new | ask | show | jobs
by guelo 3936 days ago
Here it mentions XML and Javascript which is, um... different. https://developer.apple.com/tvos/
2 comments

I'm not sure what you're trying to point out. It looks like TVMLJS is the framework that the current set of "Apps" are built with. They're basically dashboard widgets that display XML and Javascript. https://developer.apple.com/library/prerelease/tvos/releasen...

There looks like there is a TVMLKit which looks like AppKit and UIKit. https://developer.apple.com/library/prerelease/tvos/releasen...

I think its pretty clear from that page:

- You can use all the iOS Frameworks you know and like to build/port your full-fledged apps for apple TV

- You can build simple apps ("ideal for streaming media") with XML/JS.

This means everybody can hack something together to get their online video onto the apple TV (video bloggers, local tv stations etc), but obviously for more complex stuff (e.g. games) you'd use the usual frameworks from iOS.