RustConf 2023 - GUI Accessibility Across Platforms and Programming Languages Using Rust

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 พ.ย. 2024

ความคิดเห็น • 4

  •  6 หลายเดือนก่อน

    Great talk ! So good to hear people working on such an important tools !

  • @jakobsteinberg6402
    @jakobsteinberg6402 9 หลายเดือนก่อน +2

    Thank you for the great Talk! Accessibility is something that needs more attention and more people have to do stuff with it in mind. I hope this project will bring more people to this goal!

  • @anlumo1
    @anlumo1 9 หลายเดือนก่อน +1

    I'm currently working on a Flutter shell (an executable that runs Flutter applications) written in Rust where I try to keep platform-specific code at zero (via winit and wgpu for graphics and input). AccessKit is perfect for that, and I've been following its progress for quite a while now! I hope Linux support comes soon, since that's what I'm developing on.

  • @gzoechi
    @gzoechi 9 หลายเดือนก่อน

    That's super informative. I didn't have to do with accessibility before but plan to use it.