Web app in tvOS

后端 未结 6 2059
-上瘾入骨i
-上瘾入骨i 2020-11-27 06:16

Apple has released it\'s SDK for apple tv yesterday.

Most apps for TVs are web based (html, javascript and css) and I would like to port an existing tv web app to th

6条回答
  •  爱一瞬间的悲伤
    2020-11-27 06:16

    If you are looking to port your existing application to tvOS, you might want to consider atvjs framework. It would give you the familiar experience of developing any front-end heavy application. You may still need to modify your existing web app to suite the framework, however it would be a much less painful process than using the sample architecture provided by Apple.

    To get started, refer to https://github.com/emadalam/tvml-catalog-using-atvjs which is a port of the original sample code, re-written using atvjs framework.

提交回复
热议问题