75 lines
1.8 KiB
Markdown
75 lines
1.8 KiB
Markdown
# GPUI Compoment
|
|
|
|
This is an example of build app by using GPUI.
|
|
|
|
<https://github.com/huacnlee/gpui-app/assets/5518/ad103f02-697a-40ed-a876-8b13e4242a72>
|
|
|
|
<https://github.com/huacnlee/gpui-app/assets/5518/5316f9f0-58c8-4b99-bd79-eafffb38c3fc>
|
|
|
|
<https://github.com/huacnlee/gpui-app/assets/5518/0273e031-4426-4ab5-a41c-f7cbbb0e55bc>
|
|
|
|
<https://github.com/huacnlee/gpui-component/assets/5518/51622a5e-f51d-4ede-8cae-04cae703f8aa>
|
|
|
|
## Demo
|
|
|
|
[main-app-windows.zip](https://github.com/user-attachments/files/16049565/main-app.zip) - Updated at 2024/07/01
|
|
[main-app-windows.zip](https://github.com/user-attachments/files/16039599/main-app.zip) - Updated at 2024/06/29
|
|
|
|
## TODO
|
|
|
|
- [x] Theming
|
|
- [ ] TextField
|
|
- [x] Ctrl+a, e to move cursor to start/end
|
|
- [x] Copy, Cut, Paste by keyboard
|
|
- [ ] ContextMenu to let user copy, cut, paste
|
|
- [ ] Selection by mouse, drag to select text
|
|
- [x] Cursor blinking
|
|
- [ ] Textarea
|
|
- [x] Input icon
|
|
- [x] Button
|
|
- [x] Button with Icon
|
|
- [x] IconButton
|
|
- [x] Glost / Outline Button
|
|
- [x] Label
|
|
- [x] Icon
|
|
- [x] Checkbox
|
|
- [x] With label
|
|
- [x] Switch
|
|
- [x] With Label (Left, Right side)
|
|
- [ ] Toggle Animation
|
|
- [ ] Radio & RadioGroup
|
|
- [x] Dropdown
|
|
- [x] Tabs
|
|
- [x] Tab
|
|
- [x] TabBar
|
|
- [x] Notification
|
|
- [x] Tooltip
|
|
- [x] Popover
|
|
- [x] Dockpanel
|
|
- [ ] Splitter
|
|
- [x] List
|
|
- [x] A complex List example.
|
|
- [x] Table
|
|
- [x] row, column selection
|
|
- [x] Left, Right / Up, Down to selection column or row.
|
|
- [x] Horizontal scroll
|
|
- [x] Vertical scroll
|
|
- [ ] Column resizing
|
|
- [ ] Column ordering
|
|
- [ ] Sort event emit
|
|
- [ ] SimpleTable
|
|
|
|
## How to build
|
|
|
|
```bash
|
|
cargo run
|
|
```
|
|
|
|
## License
|
|
|
|
There have a part of UI components from [Zed](https://github.com/zed-industries/zed/tree/main/crates/ui), that are under GPL v3.0 license.
|
|
|
|
- workspace
|
|
- scrollbar
|
|
|
|
Other UI components are under Apache License.
|