Gleb Davydov

Results 8 comments of Gleb Davydov

I've tested hookrouter with `` and without. Both `` and `navigate()` worked only without strict mode.

I have this issue when running on Samsung Galaxy S7 and Xiaomi Redmi 4X with this apk: [apk.zip](https://github.com/not-fl3/miniquad/files/10190686/apk.zip) It was built using steps to reproduce. I've also tried to analyze...

Okay, I'll look on related issues

I've done some research and found 3 issues related to this problem: #171, #578 and #618. After reading code of the examples that use `Camera2D` I've found that in the...

After looking at code of [triangle example in miniquad](https://github.com/not-fl3/miniquad/blob/master/examples/triangle.rs) I've found that in miniquad higher values of y means higher position on screen, whereas in macroquad higher values of y...

> In the past when I ran this example (quite a while ago) things were fine. But I've noticed that it's upside down for me now. @BenMcAvoy Thanks for the...

> In the master branch, the `platformer` example is flipped. The `letterbox` example is not flipped. Well, that's strange that with `master` and `fix_y_inversion` branches you have identical results as...