Custom slideviewer for running jams written using Solid.
- Place visual assets in
dist
- Modify
src/user/slides.tsx
to 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.tsx
for what is required. - Modify
dist/index.css
to style visuals; the styling used for Autumn Jam III is included as an example.- Base all measurements off of
em
s so that they scale with the size of the screen!
- Base all measurements off of
- Run the viewer
- Option 1: Run
pnpm start
for webpack live-reloading; only useful for development! - Option 2: Run
pnpm build
, then opendist/index.html
in any browser.
- Option 1: Run
- Page Up/Down: Navigate between compos and intermissions
- Left/Right Arrow: Navigate between entries