emilk / egui_presentation

A presentation about egui, implemented in egui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

egui presentation

A presentation about egui, implemented in egui.

You can view the presentation at https://emilk.github.io/egui_presentation/.

TODO

  • Live-reloading of slides.md

Running it

cargo run --release

Running the web version

  • rustup target add wasm32-unknown-unknown
  • cargo install --locked trunk
  • trunk serve
  • open http://127.0.0.1:8080/index.html#dev

Web Deploy

Should deploy automatically by the CI action.

About

A presentation about egui, implemented in egui


Languages

Language:Rust 64.0%Language:HTML 29.4%Language:JavaScript 3.9%Language:Shell 2.7%