damus-io / android

Damus Android
Other
37 stars 4 forks source link

Get agdk-eframe demo working #74

Closed jb55 closed 2 months ago

jb55 commented 2 months ago

This is one of the few working demo of egui + soft keyboard support + gameactivity. Let's get this build working as a starting point for our softkeyboard support.

It requires gradle, which I somehow got working with some finagling.

jb55 commented 2 months ago

Got it working:

https://github.com/jb55/rust-android-examples/commit/87f137d05281718ec20bf124e300658b0cc96133

https://cdn.jb55.com/s/keyboard-working.mp4

The egui/winit version on this demo is quite old though, we will need to update it to support the latest versions