first commit
David Blume authored 4 years ago
|
1) # dxb Channel
2)
3) dxb Channel is a test [channel for Roku devices](https://sdkdocs.roku.com/display/sdkdoc/SceneGraph+Samples).
4) It uses SceneGraph and the BrightScript language.
5)
|
Remove unused QR images; Ad...
David Blume authored 4 years ago
|
6) ## Getting The Channel
7)
8) This is the private channel code: **[dxb](https://my.roku.com/add/dxb)**
9)
10) Clicking the link will take you directly to a confirmation page for getting the channel.
11)
12) ## Preview
13)
14) 
15)
|
first commit
David Blume authored 4 years ago
|
16) # Getting the project
17)
18) You can get a copy of this project by clicking on the
19) [ZIP](http://git.dlma.com/dxb_channel.git/zipball/master)
20) or [TAR](http://git.dlma.com/dxb_channel.git/tarball/master) buttons
21) near the top right of the GitList web page.
22)
23) If you're me, and you want to contribute to the repo, then you can clone it like so:
24)
25) git clone ssh://USERNAME@dlma.com/~/git/dxb_channel.git
26)
|
Run the test code again wit...
David Blume authored 4 years ago
|
27) ## Building it
|
first commit
David Blume authored 4 years ago
|
28)
29) [Ensure you can sideload a dev channel](https://sdkdocs.roku.com/display/sdkdoc/Loading+and+Running+Your+Application).
30) Then see the "build\_systems" command in dxb\_channel.sublime-project to see how the channel is zipped and deployed.
31)
|
Run the test code again wit...
David Blume authored 4 years ago
|
32) ## Experimenting
33)
34) The code in [`components/testtask.brs`](http://git.dlma.com/dxb_channel.git/blob/master/components/testtask.brs)
35) is run every time the OK button is pressed (while the "Test Output" pane has focus).
36) That's a good place to experiment with new code.
37)
|