๐ ๏ธ CLARISSA Tools¶
Developer and productivity tools for the CLARISSA project.
Available Tools¶
๐ฌ Demo Recording¶
Cross-platform screen recording utilities for creating demo videos.
# Quick setup
./tools/recording/setup.sh
# Usage
record-pip.sh start 60 # Screen + camera PiP
record-timed.sh 30 # Timed recording
record-demo.sh # Interactive menu
Platforms: macOS, Linux
Structure:
recording/
โโโ setup.sh # Auto-detects OS
โโโ common/ # Shared config
โโโ macos/ # macOS scripts
โโโ linux/ # Linux scripts
Browser-Based Tools¶
No installation required - open in Chrome/Edge:
| Tool | Description |
|---|---|
| Voice Demo | Voice input demonstration |
| Screen Recorder | Basic screen recording |
| Screen Recorder + PiP | With webcam overlay |
For Team Members¶
Ian, Mike, Doug: Clone the repo and run setup:
git clone https://gitlab.com/wolfram_laube/blauweiss_llc/irena.git ~/Projects/clarissa
~/Projects/clarissa/tools/recording/setup.sh
source ~/.zshrc
Then use record-pip.sh, record-timed.sh, etc. directly from terminal.