Skip to content

Commit 08e1113

Browse files
committed
add readme for introducing tauri
1 parent 3733047 commit 08e1113

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ see some examples.
5555
- [x] using metadata to get the real data if needed (e.g. method instructions)
5656
- [ ] search content, quick search for metadata and slow search for instructions.
5757
- [ ] export sources / fake smali?
58-
- [ ] GUI frontend:
58+
- [ ] EGUI frontend. (`asm_egui` folder)
5959
- [x] basic window with egui.
6060
- [x] load files from the backend
6161
- [x] add progress bar UI when loading files
@@ -66,6 +66,10 @@ see some examples.
6666
- [x] jump to offset or type descriptor
6767
- [ ] Settings (e.g. custom fonts, theme, etc.)
6868
- [ ] decompiling by using mapping file.
69+
- [ ] Tauri frontend. (`ta` folder)
70+
> Recent days, I think using tauri will bring us a better UX, so I decided to use tauri for
71+
flexible interactions and share web technologies to boost the development. Using pure rust for frontend (egui or iced solution)
72+
is complex for handle so many things (like font fallbacks, search bars, code highlighting and copy & paste, etc.)
6973

7074
### Goals
7175

0 commit comments

Comments
 (0)