Replies: 2 comments 2 replies
-
I can answer number 2. The library that will be supported by GXI is GTK which is used by the LXDE, Gnome and XFCE desktop environments. It will be as fast as one of those. The Windows version will be a thin GTK compatibility layer respectively. |
Beta Was this translation helpful? Give feedback.
-
I am designing the project in the most generic way possible, but due to some limitations in rust proc-macros, a few implementations have to be hard coded for each platform in the gxi library. In order to add support any widget library inexistence, all gxi needs is their rust bindings exporting structs or traits representing their native widget system. You can think of gxi as a data structure, which helps you to manage a huge heap of native widgets. The gxi macro is the tool for devs to write that data structure with ease. So which platforms are supported ? Catch ? Earlier I had both gtk and wasm bindings in the project, but after the last iteration I removed gtk, for the sake of simplicity. Once I am comfortable with the stability of gxi macro, ill start to add all the bindings the community wants to have. |
Beta Was this translation helpful? Give feedback.
-
Hi, I have some questions regarding this project:
cargo-apk
and then Android can display the app as a webview?Beta Was this translation helpful? Give feedback.
All reactions