You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suppose we want to build a slideshow presentation. The common approaches are:
MS PowerPoint / Google Office -> WYSIWYG
LaTeX Beamer -> nice math, more technical
SVG + JS -> more interactive
Now, suppose the topic of the presentation is "a piece of software written in Rust/wasm32/egui".
We could build a slideshow, with screenshots + videos --- of we could EMBED THE PRESENTATION IN THE APP ITSELF.
So I'm curious about opening up a egui::Window .. adding some buttons, and building the presentation INTO THE APP ITSELF, so it interacts well with the rest of the app.
I am wondering if others have done this / related examples / etc ...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Suppose we want to build a slideshow presentation. The common approaches are:
MS PowerPoint / Google Office -> WYSIWYG
LaTeX Beamer -> nice math, more technical
SVG + JS -> more interactive
Now, suppose the topic of the presentation is "a piece of software written in Rust/wasm32/egui".
We could build a slideshow, with screenshots + videos --- of we could EMBED THE PRESENTATION IN THE APP ITSELF.
So I'm curious about opening up a egui::Window .. adding some buttons, and building the presentation INTO THE APP ITSELF, so it interacts well with the rest of the app.
I am wondering if others have done this / related examples / etc ...
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions