This is a work‑in‑progress log timeline visualizer for Rotki logs, written in Odin and rendered with raylib.
- Language: Odin (tested on
dev-2026-01) - Rendering:
vendor:raylib - Font:
SpaceMono-Regular.ttfin the repo root - Input: Rotki backend log files (
*.log)
- Background tasks come from
Enter/Exitpairs. - Requests come from
start/end rotki apipairs. - Async requests are matched via
task_idin a response, then closed when/api/1/tasks/<id>finishes. Spawning task manager task ...lines are treated as fixed 5‑second tasks.
- Add proper end markers for background tasks that currently only emit start lines (requires log format support for explicit end messages).