Sunny
Sunny
I updated it so it's now in its own package, and it support GUI (TextBlock and Button only for now). It can now also update when scene updates (add/remove node...
(Answering David's question about why changing core and then have another package for accessibility) Good question! The idea is that the core can allow tagging accessibility metadata to nodes, that...
@RaananW > 1. I think the better place for this would be the `tools` directory and not the `dev` directory, as this is a tool using the core libs. Sure...
@RaananW > 2. The role definition of the component holding the data can be a bit confusing. Both Control and Node should have the accessibility tag added to them, allowing...
@RaananW > 3. You are using a lot of instanceof, which can be a little unreliable (and a bit slow, though the differences are not that extreme). If possible, try...
@RaananW > A bit philosophical, but I think that, in general, screen readers don't know what 3D content is. They understand 2D very well, and this is a kind of...
@RaananW > And in general - I believe the React implementation should use the provided observables in a more dynamic way instead of reading the entire scene structure on every...