Nathan S.
Nathan S.
Sorry for not responding earlier, I'm in the process of replacing some files to relicense the library. I want to do that before accepting more contributions, and so I'm going...
I will look at everything you did in a giffy. I have to warn you that the license of the library has been changed from GPLv3 to Apache 2.0, if...
FYI I just pushed a change that removes controllerState from the global Application state
Not that I doubt of the answer but I have to ask for big contributions like that, the code is from you right? It doesn't come from any external project,...
@XITRIX do you plan to add anything else to the `metrics` folder? I wonder if, for the sake of simplicity, we shouldn't move it to `core/geometry.hpp` with everything inside? And...
Tell me how you would test scrolling without a super long text?
Borealis is not about mouse, it's about controllers and touch. As mouse is yet another "input type" with different control schemes, I wouldn't focus on making mouse usable for now....
Is it implemented as part of touch or separately? Because scrolling using the wheel doesn't make sense in a touch context, since... touch screens don't have a mouse wheel. If...
@XITRIX And what purpose does it serve at the moment? Does mouse still act as a touch pointer on PC? Isn't it weird to have a half touch half mouse...
TODO for me after I'm done reviewing the code: - Remember to remove all logs - See if everything behaves likes HOS - See if sounds behave like HOS -...