Coleman
Coleman
Authorization isn't setup, please see [this](https://github.com/gskinnerTeam/flokk#2-add-required-api-keys) section in the readme. Maybe we could add a flag to disable auth for running with the sample data.
@alexobviously there currently isn't any support for that flavor of specifying colors in the object file. However there is support for multiple materials which can be used to color sets...
@alexobviously it should be pretty easy to implement the parsing as you mentioned as long as I can keep compatibility with the spec unambiguously. I have some time this week,...
Are the faces in your mesh triangulated? It's not just the colors that are off from what I can tell in your screen shots, the geometry is also incorrect. Currently...
@slouken the behavior is better but still not 1:1 with SDL2. Sometimes the mouse motion window coordinate change does not match the relative coordinate change. You can see in this...
Makes sense. The change in behavior causes a minor bug in my app, which is why I noticed it. I'll be upgrading to SDL3 at some point so it's not...
I can't share the full source code but I'll give some pseudo code since the issue is fairly isolated ```c float gridSize; float posX, posY; float cursorStartX, cursorStartY; float cursorDeltaX,...