pokeball-sdk
v1.0.9
Published
A Roku SceneGraph package that provides a ready-to-use pokeballs screen, built with BrightScript and distributed via ROPM.
Readme
PokeballSDK
A Roku SceneGraph package that provides a ready-to-use pokeballs screen, built with BrightScript and distributed via ROPM.
Description
The SDK exposes the PokeballsScreen, which renders a full screen with a laboratory background and a RowList populated with pokeballs. Focus handling and item rendering are managed internally by the SDK.
Instalation
Install via ROPM in your Roku project:
- Install the
ropmglobally
npm install ropm -g- Install the
pokeball-sdk
ropm install pokeball-sdkUsage
Instantiate the component via BrightScript in your Roku project:
screen = createObject("roSGNode", "pokeballsdk_PokeballsScreen")
m.top.appendChild(screen)
screen.setFocus(true)