Kai O'Reilly

Results 57 comments of Kai O'Reilly

I am going to figure out a good approach to international input, international fonts, and translation soon when I do my implementation of internationalization.

We are going to see what happens with https://github.com/go-gl/glfw/pull/392, and then we may consider forking glfw.

Thanks! If there is no motion on that PR by the time I start working on internationalization, we will fork glfw.

Yep, there are three main parts of internationalization: fonts, translation, and input. We know how to implement international fonts, and the issue for that is #568. We know how to...

Closing as part of the more general #568.

I was unable to test this using any recent version of Cogent Core due to Vulkan not being supported on chromebooks (see #682), but I did test it on gi...

Support for a label should be added to the progress bar. Once that is done, this issue should be closed.

Implemented in d48855d632b5fa90238ac9b60425c6afa63d1936 and the commits around it. See #693 for circular/conic meters.

This should probably be implemented through an automatic translation on `Label`, as that would be much easier for people and require no significant breaking changes. Some basic automatic translation generator...