veeableful

Results 209 comments of veeableful

Hmm I've never used it before but it does seem to be very useful for rendering. I don't have any reason for why we wouldn't want it so sure! If...

Thanks for reporting the issue and providing the fix @advisoft! I have applied it and tagged a new patch release with `v0.4.20`.

Hi @bartgrantham, I can see how it takes over the client code in that way makes it a pretty rigid library. I will consider an alternative approach that empowers the...

Hi @cvermazen , it seems like the container is using Go provided by Ubuntu 18.04 which is relatively old at `v1.10`. Could you use newer Go, at least `v1.13`? Since...

@cvermazen Oh and be sure to use go-sdl2 `0.4.24` as I think that error comes from using the go-sdl2's `master` branch which is what Go older than `v1.13` would use...

Hi @bartgrantham, I wonder if you are using Go 1.16 which is the Go version that supports Apple ARM64? I don't have an M1 machine so I haven't made sure...

Do you have SDL2 installed? What's the the output of `file /path/to/libSDL2-[version].dylib`? You should be able to locate where the dylib is by running `pkg-config --libs sdl2` and see the...

@bartgrantham Ooh I'm glad that it worked! I'm still waiting for Scaleway to have stock of M1 servers as apparently they ran out of stock :joy_cat: To test it, you...

@bartgrantham Thanks for testing it! It seems like I can finally rent an M1 machine so I will check and fix those examples some time this weekend.

Hi @bartgrantham, about those `signal: killed` messages, could you elaborate more on what happened? The same happened to me but I think it's because I used the `.tar.gz` version of...