c-git / egui_pick_file

Demo to show how to pick file on web and native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Egui file browser

Example app showing how to pick a file on both web and desktop.

The web application can be accessed here:

https://woelper.github.io/egui_pick_file/

For native: cargo run

For web:

rustup target add wasm32-unknown-unknown

cargo install --locked trunk

trunk serve --open

About

Demo to show how to pick file on web and native


Languages

Language:HTML 50.8%Language:Rust 43.1%Language:JavaScript 6.2%