Re: GUI in C and Screen Reader Accessibility

2020-04-14 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector


  


Re: GUI in C and Screen Reader Accessibility

@8It's technically workable in the sense that if you want to learn another screen reader and are lucky enough to have the X server work with Orca it's probably fine.  But that's the same kind of technically workable as you can drive the car with someone telling you when to turn the wheel, or something like that.  Fortunately, unlike other remote desktop solutions, X servers are semantic--they don't just send "draw this line"--but unfortunately for you the expertise to get them working accessibly, if it can even be done in the first place, is few and far between.

URL: https://forum.audiogames.net/post/519560/#p519560




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: GUI in C and Screen Reader Accessibility

2020-04-14 Thread AudioGames . net Forum — Developers room : Mitch via Audiogames-reflector


  


Re: GUI in C and Screen Reader Accessibility

I have been, and we're just trying to figure out if this part is technically workable, which it appears that it's not (I think). I'm in the US, so there will be accomodations, so that won't be an issue.

URL: https://forum.audiogames.net/post/519545/#p519545




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: GUI in C and Screen Reader Accessibility

2020-04-14 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector


  


Re: GUI in C and Screen Reader Accessibility

@6It's just Linux remote desktop. You might be able to get Orca working with it if you use an X server from inside a Linux VM.But frankly, at some point I really do suggest just talking to the teacher unless you're in a country where they aren't legally obligated to accommodate you.  "You are asking me to do something entirely inaccessible, can I at least do this in my own VM" for instance--if you avoid the X server a lot of complexity goes away.

URL: https://forum.audiogames.net/post/519543/#p519543




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: GUI in C and Screen Reader Accessibility

2020-04-14 Thread AudioGames . net Forum — Developers room : Mitch via Audiogames-reflector


  


Re: GUI in C and Screen Reader Accessibility

So it appears that while I will be ssh-ing into the terminal of a Linux system, I need to download an X-server, which I'm not exactlY sure what that is yet. What it appears to do is display parts of the interface on my local machine.

URL: https://forum.audiogames.net/post/519523/#p519523




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: GUI in C and Screen Reader Accessibility

2020-04-14 Thread AudioGames . net Forum — Developers room : Mitch via Audiogames-reflector


  


Re: GUI in C and Screen Reader Accessibility

Okay. Thanks. I will definitely look into it.

URL: https://forum.audiogames.net/post/519483/#p519483




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: GUI in C and Screen Reader Accessibility

2020-04-14 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector


  


Re: GUI in C and Screen Reader Accessibility

I'm pretty sure it'll work but you'll need a Linux VM with Orca. No one has cared enough to implement accessibility for GTK on Windows, but it's what all of Gnome etc are written in.  If I'm right that's the beginning and end of it though: I don't think there's anything special you need to do beyond that.

URL: https://forum.audiogames.net/post/519482/#p519482




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: GUI in C and Screen Reader Accessibility

2020-04-14 Thread AudioGames . net Forum — Developers room : Mitch via Audiogames-reflector


  


Re: GUI in C and Screen Reader Accessibility

Basically the idea is to create an application that will act as a Xidi song library of sorts, and can be controlled via a GUI. For this, the GUI library that is being used is GTK, or Gimp Toolkit. It appears to be cross-platform and cross-language as well, and it is event-based when handling button behavior.

URL: https://forum.audiogames.net/post/519479/#p519479




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: GUI in C and Screen Reader Accessibility

2020-04-14 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector


  


Re: GUI in C and Screen Reader Accessibility

Do you need to implement an X server?  "Write a GUI" and "Must work over SSH" are usually mutually exclusive.There isn't one C GUI library. There's hundreds. I assume they're telling you to use something specific.  What is it?

URL: https://forum.audiogames.net/post/519450/#p519450




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


GUI in C and Screen Reader Accessibility

2020-04-14 Thread AudioGames . net Forum — Developers room : Mitch via Audiogames-reflector


  


GUI in C and Screen Reader Accessibility

Hello.So for a project that I am required to complete for my programmIng in C course, we are required to implement a GUI interface. Because of this, and some circumstances of which I am required to fall under, I have some questions. 1. Out of the box, is C GUI accessible? If not, are there ways for it to become accessible, such as some sort of screen reader interfacing library that can be included? 2. I am required to have this file run and work properly off of a remote campus Linux server using an SSH client, in my case PowerShell, to connect to it. Would this have any negative effect on accessibility?Unfortunately I don't think that "it won't work, you can't do this because it's inaccessible" will be an answer that I can give my teacher. I hope that this is accessible, but I worry that I may run into problems because of this.

URL: https://forum.audiogames.net/post/519442/#p519442




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector