Skip to content

Commit

Permalink
ux: big UI update with egui-tiles, preparing to add a more tools
Browse files Browse the repository at this point in the history
changed:
  - A big UI refactor using egui-tiles - all the tools are dockable,
    tabbable, draggable and splittable windows now
removed:
  - The settings checkbox to disable material pipette - just close the
    tab to hide it now it you don't need it
  • Loading branch information
necauqua committed Oct 23, 2024
1 parent 5eb3dd1 commit 0cf3b57
Show file tree
Hide file tree
Showing 12 changed files with 580 additions and 326 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ Dates in this file are in [Holocene Calendar] because it is amazing, logical, an

## [Unreleased]

### Changed
- A big UI refactor using egui-tiles - all the tools are dockable, tabbable, draggable and splittable windows now

### Removed
- The settings checkbox to disable material pipette - just close the tab to hide it now it you don't need it

## [v0.2.1] 12024-10-22

### Added
Expand Down
133 changes: 84 additions & 49 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ derive_more = { version = "1", default-features = false, features = [
eframe = { version = "0.29", features = ["persistence", "ron", "wgpu"] }
egui-modal = "0.5"
egui_extras = "0.29"
egui_tiles = "0.10"
fastrand = "2"
futures = "0.3"
iced-x86 = "1"
Expand All @@ -32,13 +33,13 @@ reqwest = { version = "0.12", features = ["json"] }
serde = { version = "1", features = ["derive"] }
smart-default = "0.7"
strfmt = "0.2"
strum = { version = "0.26", features = ["derive"] }
sysinfo = "0.32"
thiserror = "1"
tokio = { version = "1", features = ["rt-multi-thread"] }
tracing = "0.1"
tracing-appender = "0.2"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
typetag = "0.2"
zerocopy = { version = "0.8", default-features = false, features = [
"alloc",
"derive",
Expand Down
Loading

0 comments on commit 0cf3b57

Please sign in to comment.