Packages
The core library only aims to provide a framework, much like React itself. Complex effects are provided in separate packages.
#
Core packagesractive-player
The core package.rp-recording
A system for recording audio and author actions.rp-thumb-capture
Control and Chrome extension for generating thumbnail previews.
#
Miscellaneousrp-cursor
Record and replay cursor motion.rp-paint
Record and replay stylus drawing. Warning: this package works well enough for basic writing purposes, but it is very buggy and many of the fancier features (colors, layers) do not work reliably yet.rp-prompt
Provides prompts to read from when recording.
#
Codingrp-codebooth
A GUI with Code/Playground/Copy/Run/Clear buttons and an Output pane. Based onrp-codemirror
; use that directly if you want more customization.rp-codemirror
Record and replay CodeMirror interactions.
#
Mathematicsrp-mathjax
Helpers for using MathJax 2.x in ractives.
#
Tutorials / Sample projects- rp-tutorial (watch online here)
- rp-tutorial-math (watch online here)