Formerly /u/neoKushan on reddit

  • 0 Posts
  • 1 Comment
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle
  • I think the argument about “for accessibility” is missing the point a little bit and a common mistake most developers make.

    You should endeavour to make your interface accessible by default. You shouldn’t be thinking in terms of “okay here’s the design and here’s the design that’s accessible”, you should be considering accessibility in all of your designs.

    Now that’s usually a bit harder with games because you have styles and themes that you don’t want to detract from, but if your interface causes accessibility issues, it’s generally going to be bad for people that don’t have accessibility needs as well.

    Accessibility benefits everyone.