Results 812 comments of Andre Weissflog

...another random observation, switching off vsync makes a dramatic difference, but that's probably too wasteful... I'll try to set aside some time to tinker with different ideas (for instance: vsync...

> but I read sokol does not have a fullscreen toggle, is that still the case? sokol_app.h has a toggle-fullscreen feature now, but doesn't support switching the display mode. On...

Note: apart from a whole bunch of D3D11/DXGI improvements, frame latency on Windows has also been reduced dramatically in this commit: https://github.com/floooh/sokol/commit/8c179166fce56d28bfab472115ce937235471e76 (I wasn't aware that DXGI's default config adds...

I'm actually surprised that projects outside the workspace directory ever worked, that definitely wasn't intended :) The new 'local' setting was added mainly to put the build output into the...

Ok let me know when the PR is ready to merge :) Would it make sense to split the "vanilla" VS2022 build config files into a separate PR? Also, as...

Hmm strange, when I run mdfind on the command line in the Big Sur beta, I can't get it to find anything installed in /Applications, neither with the old nor...

Hi, apologies for replying late. ```fipsutil_copy()``` is a cmake helper macro which adds a custom build job to the build, which in turn copies files from the project directory to...

Hi, I agree that this is a problem, and generally like the idea of a prompt, and you also thought about hinting automated build systems with the environment variable, but:...

> I could imagine eventually fips evolving support for updating the fips template, e.g. as part of a fips update fips or something. That's a good idea!