Custom slideviewer for running jams written using Solid.
- Place visual assets in
dist - Modify
src/user/slides.tsxto match what will be streamed; the file that was used in Autum jam III is included as an example. - Export compo data from Wuhu into
src/user/data.json, although only a subset of fields are actually required. Seesrc/compo.tsxfor what is required. - Modify
dist/index.cssto style visuals; the styling used for Autumn Jam III is included as an example.- Base all measurements off of
ems so that they scale with the size of the screen!
- Base all measurements off of
- Run the viewer
- Option 1: Run
pnpm startfor webpack live-reloading; only useful for development! - Option 2: Run
pnpm build, then opendist/index.htmlin any browser.
- Option 1: Run
- Page Up/Down: Navigate between compos and intermissions
- Left/Right Arrow: Navigate between entries