Search the Community
Showing results for tags 'accessibility'.
-
I am trying to create text that can be seen by screen readers in Pixi.js. My code looks like the following. And, when I press tab, an element is created on top of the canvas. But the problem is that the element is a button element. I would like for it to create a paragraph or heading element. If I'm doing something wrong please let me know. var pixiText = new PIXI.Text('This is from PIXI.Text', { font: '50px Arial', fill: 'red' }); pixiText.accessible = true; pixiText.interactive = true;
-
- pixi
- accessibility
-
(and 3 more)
Tagged with:
-
Special Effect are a UK charity who put fun and inclusion back into the lives of people with physical disabilities, by helping them to play video games! https://www.specialeffect.org.uk I added some new games today to this free website Eyegazegames.com , they are all primarily designed for use with eye gaze controllers and switch access, but also good with just a mouse! Tweet! For more info visit the Special Effect Website and check out their events to support their amazing work.
-
- unity
- accessibility
-
(and 1 more)
Tagged with:
-
I'm checking out this http://www.goodboydigital.com/pixi-becomes-accessible/ and the demo. I can't see it working. I see no 'HTML layer that sits over the top of a Pixi renderer'. Was this canceled orsmth?