mautilus / sdk

MAUTILUS SmartTV SDK
BSD 3-Clause "New" or "Revised" License
98 stars 43 forks source link

package generation for tizen and webos platforms #13

Closed Rkdroid closed 8 years ago

Rkdroid commented 8 years ago

Hi, in the given demo examples, the package generation done through gruntfile for tizen doesn't result in the expected .wgt file where as by default in the demos package folder you have the tizen zip file on extraction of which where we have the .wgt file, if we generate grunt build for the tizen platform. the package is no different from the legacy orsay platform? are we missing something here?

the grunt file doesn't have the webOS build generation can you please help on that too.

Thanks

streitdaniel commented 8 years ago

Hi Rkdroidm

That is because both platforms needed their own IDE installed, must be build in SDK (Tizen) or exe files from their SDK is needed (webOS).

Rkdroid commented 8 years ago

Hi Daniel, Thanks for the info, can you please provide your point on developing the smart tv application on angularJS platform, specific to using it for the user interface part. with the approach you have currently it will be little difficult to achieve the separations of concerns as there is a lot of html sitting in JS code.

Thanks

streitdaniel commented 8 years ago

Hi Rkdroid, So, we doesn't use angularJS, but you can use some of templates frameworks.

Rkdroid commented 8 years ago

yeah, i have tried with handlebars it works okay, but do you see any drawbacks of developing the app on Angular JS framework, example: might be resource heavy which in turn can lead to lag in UI navigation especially with grids. do you see this as a problem or should be fine going head with angularJS for development?

streitdaniel commented 8 years ago

Be aware, most of old televisions have not good performance. This also applies for example to css and javascript animations.

stenlik commented 8 years ago

Hi Rkdroid,

Did the answer help you? If yes please close the issue.

Thanks Mautilus SmartTV SDK Team

Rkdroid commented 8 years ago

Thanks Daniel, it was helpful.