Anten Skrabec

Results 15 comments of Anten Skrabec

Realized i never mentioned the new library this switches to is: https://github.com/pelletier/go-toml

Does it compile normally when just building for macos?

Do you have your go.mod setup correctly? maybe try a `go mod tidy` to make sure all your imports are in your go.mod.

Ah that's the problem then. you must be missing the dependency somehow. I'd recommend looking into using [go modules](https://blog.golang.org/using-go-modules) to manage your dependencies. You might be able to fix your...

Just checked and I am. It seems to only be occurring when the window is on my 4k monitor with 125% scaling, but not the 4k at 200% scaling, so...

Here's the code. The only thing required to reproduce this is to open this app on a 4k screen with scaling that ends in 25% (mine is set to 125%,...

If we're dead set on keeping future versions backwards compatible i think that's probably the best option, but i genuinely think this is worth a breaking change. Games made with...

My assumption is that this is the correct behavior. This is most likely caused by the resolution of your window and not caused. Is this problem still present even after...

Shaders or an intermediary is your best bet I think

@edwinsyarief I think the best way to achieve this would be rendering to a canvas, and then when rendering that to the window scaled properly.