feat: add Dioxus and GPUI UI prototypes for framework comparison
Dioxus (ui-dioxus/): 2,169 lines, WebView mode (same wry as Tauri), Catppuccin theme, 12 components, agor-core integration, compiles clean. Evolution path — keeps xterm.js, gradual migration from Tauri. GPUI (ui-gpui/): 2,490 lines, GPU-accelerated rendering, alacritty_terminal for native terminal, 17 files, Catppuccin palette, demo data. Revolution path — pure Rust UI, 120fps target, no WebView. Both are standalone (not in workspace), share agor-core backend. Created for side-by-side comparison to inform framework decision.
This commit is contained in:
parent
90c7315336
commit
f3d2ca78ba
34 changed files with 17467 additions and 0 deletions
7
ui-gpui/src/components/mod.rs
Normal file
7
ui-gpui/src/components/mod.rs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
pub mod agent_pane;
|
||||
pub mod command_palette;
|
||||
pub mod project_box;
|
||||
pub mod project_grid;
|
||||
pub mod settings;
|
||||
pub mod sidebar;
|
||||
pub mod status_bar;
|
||||
Loading…
Add table
Add a link
Reference in a new issue