Results 812 comments of Andre Weissflog

Hi Rico :) Hmm yeah that's a good point. I need to think of a good way to expose this type of stuff though because I can't have any Win32-types...

Can you provide a few more details of what you have in mind? If you want to create a window which is of some relative size to the screen, this...

Just linking some related tickets and PRs, I need to do another round of Android fixes eventually. I'm currently not sure if file loading ever worked on Android, the required...

Ok, I just checked, and the loadpng-sapp sample indeed doesn't work (or any of the other samples loading files), this is because there's no mechanism in place yet to package...

> What's the rough timeline for adding this mechanism? I don't know. I don't commit to timelines for my hobby stuff ;) This isn't a sokol issue though but a...

I think this requires two things: 1. before creating the APK, the data files must be copied into the "right place", which means this fips helper script would probably need...

@pmttavara the main reason why WebGPU doesn't have a fillmode seems to be Vulkan (see https://github.com/gpuweb/gpuweb/issues/137), for sokol_gfx.h the main reason would be GLES and WebGL (you are right that...

Do you build the executable as a command line application, or as a an application bundle? I seem to remember that I have seen this behaviour with command line builds,...

Ok, I'll try to find out what GLFW does differently on startup than sokol_app.h, it might be some attribute that's normally provided by the .plist file but needs to be...

Hmm, I can't seem to reproduce the issue here. I'm compiling the events-sapp.c sample as cmdline app (not as app bundle), and the window has focus right from the start...