tim_beynart
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2017
09:56 AM
Crash Course in SceneGraph available on GitHub
Hello everyone, at work I wrote a course to get new hires up to speed on Roku and SceneGraph, and I made it available on github.
This represents the class I wish I had when I started on Roku.
Let me know if you find it helpful.
https://github.com/learnroku/crash-course
This represents the class I wish I had when I started on Roku.
Let me know if you find it helpful.
https://github.com/learnroku/crash-course
19 REPLIES 19

squirreltown
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2017
02:09 PM
Re: Crash Course in SceneGraph available on GitHub
Hey thanks, I'll look at it soon.
Kinetics Screensavers
renojim
Community Streaming Expert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2017
12:24 AM
Re: Crash Course in SceneGraph available on GitHub
Me too. Thanks for posting this.
-JT
-JT
Roku Community Streaming Expert
Help others find this answer and click "Accept as Solution."
If you appreciate my answer, maybe give me a Kudo.
I am not a Roku employee.
Help others find this answer and click "Accept as Solution."
If you appreciate my answer, maybe give me a Kudo.
I am not a Roku employee.
norcaljohnny
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2017
07:19 PM
Re: Crash Course in SceneGraph available on GitHub
Sweet, I am going to take a look see 😉 Cheers!
bitshiffed
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2017
08:24 PM
Re: Crash Course in SceneGraph available on GitHub
Great information in that repository!
I wish I had that guide starting out.
Thank you for posting this.
I wish I had that guide starting out.
Thank you for posting this.
tim_beynart
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2017
07:15 AM
Re: Crash Course in SceneGraph available on GitHub
Thanks for the feedback. I need someone to write a guide on how to edit Markdown, ha ha. Even GitHub's own Atom editor doesn't preview GitHub MD correctly.
Blackhawk
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2017
06:19 PM
Re: Crash Course in SceneGraph available on GitHub
Does it play an xml feed off my web domain?
tim_beynart
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2017
02:34 PM
Re: Crash Course in SceneGraph available on GitHub
@blackhawk the course is written to use a fake JSON feed you host locally. You are welcome to modify it to use XML. Personally everything I deal with at work is JSON so I went with what I know. The intent of the course is to demonstrate the basic principles of an app.
rymawby
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2017
02:43 PM
Re: Crash Course in SceneGraph available on GitHub
Great work!
mkdir1995
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2018
09:31 AM
Re: Crash Course in SceneGraph available on GitHub
This is amazing. Thank you so much, just downloaded it and am going to use it as my main form of documentation right now.
@tim_beynart (and/or anyone else) one thing I see often in the JSON scene graph examples are .json files directly in the app rather than a dynamic retrieval of JSON from an API. Is this example available anywhere, because I can't seem to find it on the forums or in the SDK...
@tim_beynart (and/or anyone else) one thing I see often in the JSON scene graph examples are .json files directly in the app rather than a dynamic retrieval of JSON from an API. Is this example available anywhere, because I can't seem to find it on the forums or in the SDK...