Sample Roku App in SceneGraph that shows basic layout and user interaction
Install npm dependencies (For node-based BSC tools)
npm install
-
Install BrightScript Language extension
-
Run
BrightScriptDebug: Launch
-
Or, create a
.env
file in the format:
ROKU_HOST=<IP Address of Roku>
ROKU_PASSWORD=<Developer password>
and run BrightScriptDebug: Launch From ENV
Run npm run build
This will create a zip file: ./out/suduko-test.zip
This repository comes pre-configured to work with the BrightScript Language extension for Visual Studio Code. So once you have that plugin installed, debugging your project is as simple as clicking the "Start Debugging" button.