Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 Video Accelerator UI version 4 will use Ripple to offer support for Firebolt applications which are part of the catalog.

Onboarding

Repository

Ripple can be found in Github Repo https://github.com/rdkcentral/Ripple

Development

The preferred developer environment would include

  1. VsCode or Neo Vim
  2. Rust Analyzer
  3. Precommit 
  4. Rust Clippy
  5. Rust format

More instructions here

Commit Hooks

Precommit is the preferred tool used for setting up the git hook for local development.

Ripple uses Clippy for local git hooks to do format and static analysis on the code before it is committed. So always run precommit install  on a new workspace.

Detailed instructions are provided here

Contribution

CI/CD

Architecture

...