PureQML based SmartTV application with chip8 games from octojam event. This app is published at LG Content Store for WebOS TV and at Samsung TV Apps for Tizen TV
First of all don't forget to init and update submodules:
git submodule init && git submodule update
To build the app locally just call PureQML build script:
./qmlvore/build
The result files will be in build.<PLATFORM> folder where platform can be:
web|webos|netcast|tizen|orsay|androidtv
If you want to run it on TV you can use SmartTV deployer which is added in project as submodule: For examples to run it on WebOS TV with name "MyTV" use this command:
./smart-tv-deployer/build.py -p webos -p MyTV