Julian

Results 235 comments of Julian

_NET_WORKAREA is what we are after: https://specifications.freedesktop.org/wm-spec/1.3/ar01s03.html

Oh, interesting! Will look into it and see if it's a bug in Gosu or SDL. Thanks for reporting the issue.

This has been requested many times but I'm not a web developer, so I don't know if any of Gosu's dependencies are already web-ready: Ruby, SDL 2, OpenAL... Input welcome....

Thanks for the pointers! I am really tempted to try mruby again. They have a mode where the whole application is compiled to bytecode in a `.c` file, [shown here...

And since we are already talking about mruby more than about "Ruby proper", I also feel a permanent itch to try porting Gosu to Crystal (once there's a Windows port):...

Yes, in the sense that there is a Crystal version of Gosu: https://github.com/gosu/gosu.cr But Crystal does not support wasm yet either: https://github.com/crystal-lang/crystal/issues/12002 So, not really...

That does not look like the correct issue? But thanks for the general pointer, it looks like some progress is still being made: https://github.com/lbguilherme/crystal-web/issues/2

This is intentional so it will not be fixed :), as I find the line height to be more useful in game programming where line spacing has to be done...

I'm planning to use stb_ttf for all fonts that are loaded from files, and it seems I could extract that information: https://github.com/nothings/stb/blob/master/stb_truetype.h One big advantage of stb_ttf is that text...

Whoops, well that's not great. Thanks for reporting!