egui_ltreeview
A treeview widget for egui
File Explorer
Download Latest Version (.zip)- ci.yml
- demo.yml
- settings.json
- data.rs
- folder.png
- folder_open.png
- main.rs
- settings.png
- user.png
- activatable.rs
- cull_nodes.rs
- data.rs
- default_open.rs
- disallow_drag_and_drop.rs
- flattened_dirs.rs
- large_tree.rs
- persistence_with_tree.rs
- persistence_without_tree.rs
- select_node.rs
- simple.rs
- tall_tree_varying_widths.rs
- main.rs
- test.md
- lib.rs
- Cargo.toml
- doc.md
- mod.rs
- builder.rs
- lib.rs
- node.rs
- state.rs
- index.html
- .gitignore
- build_web_demo.bat
- Cargo.toml
- changelog.md
- demo.gif
- LICENSE
- README.md
- release_todo.md
# Installation Guide
1. Get the code
git clone https://github.com/LennysLounge/egui_ltreeview
Downloads the entire project code from GitHub to your computer.
cd egui_ltreeview
Moves into the project folder you just downloaded.
2. Rust
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cargo build --release
Compiles the Rust project.
cargo run
Builds and then immediately runs the program.
If cargo build finishes without errors, it worked. The executable is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
