Roku Developer Program

Developers and content creators—a complete solution for growing an audience directly.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
EnTerr
Level 11

Re: Scene Graph: roRegistrySection and TaskNode

Still not a big fan of spawning threads for nothing. Hmm, in the spirit of coding-while-intoxicated (that apparently RSG is), you could move all the init code into a listener to `myRegistry` field and do the work only after main() has injected there the post-JSON registry roAA. Or, i am reminding of another musing today: just don't put your eggs in the Scene basket - instead use a child of the scene that can be added later.

"softworkz" wrote:
Wow, isn't that impressive? A real revolutionary architecture...

More like,
[spoiler=Dance Dance Counter Revolucion:2whbt8r4][youtube:2whbt8r4]x2mGXbiqnsE[/youtube:2whbt8r4][/spoiler:2whbt8r4]
0 Kudos
softworkz
Level 7

Re: Scene Graph: roRegistrySection and TaskNode

I go those tasks for a reason: At startup, they are running in a certain order, but later they need to be run individually.
0 Kudos