Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 954 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 954 Bytes

Rust vs Go

Slides for a talk presented at an Auckland Go meetup.

Slides are markdown rendered with Rust/yew, compiled to web assembly.

Slides are separated by markdown line break ---. Navigation by arrow keys and/or backspace and enter + on hover arrows on left and right side of screen

Raw html such as iframes should be rendered as is.

Dev

Prerequisites:

Start:

cargo web start

Open localhost:8000 in browser. Move between slides with left/right arrows or backspace and enter.

TODO

Must:

  • Animations between slides.
  • Actual slide content...

Nice to have:

  • A quick way to navigate to specific slides.
  • Better mobile support.
  • Load content md as static file.
  • Build static bundle and/or host somewhere.