06a2f1f1c3612ce64cc8560e28240ec8900feb16
David Blume first commit

David Blume authored 5 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) 
David Blume Remove unused QR images; Ad...

David Blume authored 5 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) ![dxb channel screenshot](http://dlma.com/images/dxb_channel/dxb_screenshot.jpg)
15) 
David Blume first commit

David Blume authored 5 years ago

16) # Getting the project
17) 
18) You can get a copy of this project by clicking on the
dblume Update README.md for change...

dblume authored 4 years ago

19) [ZIP](http://git.dlma.com/dxb_channel.git/zipball/main)
20) or [TAR](http://git.dlma.com/dxb_channel.git/tarball/main) buttons
David Blume first commit

David Blume authored 5 years ago

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) 
David Blume Run the test code again wit...

David Blume authored 5 years ago

27) ## Building it
David Blume first commit

David Blume authored 5 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) 
David Blume Run the test code again wit...

David Blume authored 5 years ago

32) ## Experimenting
33) 
dblume Update README.md for change...

dblume authored 4 years ago

34) The code in [`components/testtask.brs`](http://git.dlma.com/dxb_channel.git/blob/main/components/testtask.brs)
David Blume Run the test code again wit...

David Blume authored 5 years ago

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) 
David Blume first commit

David Blume authored 5 years ago

38) # Is it any good?
39) 
40) [Yes](https://news.ycombinator.com/item?id=3067434).
41) 
42) # Licence
43)