stackotter

Results 173 comments of stackotter

I have been thinking about how different backends would be added. rawdraw looks like an interesting library, but given that it’s graphics rather than UI, we’d likely have to implement...

SwiftCrossUI supports multiple backends now, and I’m working on an experimental Qt one which may be able to run on Android :)

That's almost all of the main ones done, I can't really think of any off the top of my head other than navigation layouts, but that's also pretty good now....

If you’re still interested I’ve got a fork that is compatible with the latest Swift version and is a little bit more comprehensive (more widgets and more attributes). Here’s the...

> * [ ] Support Japanese and Chinese etc. > * [ ] Support _ key Do you mean supporting the japanese and chinese languages for localisation? or just supporting...

GitHub closed the issue automatically when the PR was closed (because the PR referenced the issue), but the PR only addresses part of the issue so I'm reopening.

> * [x] Support Japanese and Chinese etc. > * [ ] Support _ key I've added full unicode support so Japanese and Chinese characters should now work (I tested...

Another PR closed the issue again, whoops 😅 It completes one of the subtasks not the whole things

I don't have Android Studio installed, but I'll submit a PR if I ever get around to doing that and running the demo in the emulator

I love that idea! That would be really useful. I’ll think about how that would best be done.