Felix Schütt

Results 190 comments of Felix Schütt

@DataTriny I know about AccessKit, however right now a11y is not my primary concern (getting the code to run on all platforms is)

Technically yes, but it's untested for that purpose. The windowing backend supports mobile, and WebRender supports mobile, too. I'm not sure whether it works, because I haven't tried getting it...

Yes, the same. It may work, but I can't test it. Windows - Mac - Linux Desktop and WASM are the targets right now.

@dumblob CicleCI provides testing for Android and iOS for winit AFAIK. Also, since Azul is 99% Rust (only a bit of C), it should be easy to cross-compile. However, right...

> How difficult would this be to add for ruby, and what would be necessary? You need to build a "C extension" for Ruby (or any other language). Azuls entire...

I don't think it's ready yet, the 0.1 release is roughly in a month or two away. You can take a look at the [0.1 project board](https://github.com/maps4print/azul/projects/1) to see how...

Hm, I'd leave this open for now, because I get this question a lot - usually people don't take a look at the project board, only at the issues, so...

@OtaK Well, the issues right now are fairly managable, the main problem is that they sort-of depend on each other. Ex. I can't implement drag & drop support without implementing...

> (eg: React Native's FlatView, addressing the common use case of long item lists that need to be only partially redrawn on scroll to save memory and CPU). That already...

@staktrace Well I need to finalize the API properly. This is why I'm writing an application alongside of this library, to fix API problems. And I need to solve problems...