Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,8 @@ temp/
CLAUDE.md
COMMIT.org
PR.org

# Personal context content — each contributor's own .org notes
# loaded by <UiOrgContent> for live overlays. The rendering
# plumbing is tracked; the content is private.
@kyonax_on_tech/data/contexts/
31 changes: 31 additions & 0 deletions @kyonax_on_tech/sources.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,37 @@ export default [
triggers: [],
status: 'ready',
},
{
id: 'context-screen',
type: 'hud',
brand: '@kyonax_on_tech',
name: 'CONTEXT-SCREEN',
description:
'News-style **lower-third HUD** for the **CONTEXT scene**. '
+ 'Surfaces the **video title**, a short **description**, '
+ 'a **talking-point marquee**, and a **toggleable right '
+ 'sidebar** that renders the **full parsed .org context** '
+ '(headlines, lists, **checklists**, **tables**, **code '
+ 'blocks**, **#+RESULTS evaluations**, links). Authored '
+ 'per video as a small **.org file** in the brand folder.',
use_cases: [
'video context overlay',
'news-style lower third',
'topic outline',
'code walkthrough sidebar',
'talking-points reel',
],
path: '/@kyonax_on_tech/context-screen',
width: CANVAS_WIDTH,
height: CANVAS_HEIGHT,
fps: TARGET_FPS,
requires: [
'.org files at @kyonax_on_tech/data/contexts/',
'BroadcastChannel-capable browser (OBS Chromium 32+)',
],
triggers: [],
status: 'ready',
},
{
id: 'item-explain',
type: 'animation',
Expand Down
Loading
Loading