Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
David21
Binge Watcher

Beginner: choosing a prog language

I notice that Roku supports several programming methods: SceneGraph, RSG, Direct Publisher, and BrightScript. Since programming the Roku is complex, I don't want to have to learn more than one language for programming the Roku. In addition, some places on the Roku development websites describe recent changes to BrightScript, while other places seem to state that BrightScript is obsolete and should not be used.

Can someone here with expertise clarify these programming languages, and suggest which is best, given various developer backgrounds and goals?

Thank you!

David Spector
Volunteer for channel development for a charity
0 Kudos
2 REPLIES 2
enter0
Visitor

Re: Beginner: choosing a prog language

RSG is another way to write SceneGraph (it stands for Roku SceneGraph).

Direct Publisher is basically a plug–and–play utility/method to make channels quickly with little–to–no actual programming required, but as a result it has very limited customization.

SceneGraph still uses Brightscript functions to handle logic, the main event processing loop, etc, but SceneGraph basically integrates XML on top of it to make it more flexible (and human-readable).

In other words, if you just want to throw something together quickly, without even learning a new programming language, and don't care about how customized or polished your channel looks, Direct Publisher is an easy way to do that. If you want more power and customization, you should use SceneGraph/RSG—which is more or less Brightscript with XML welded to it (although some features of Brightscript are deprecated in RSG, this is mentioned in their man files or whatever).
0 Kudos
David21
Binge Watcher

Re: Beginner: choosing a prog language

Thank you so much for your clear explanation!
0 Kudos