Andre Weissflog
Andre Weissflog
Some new discussion here: https://github.com/floooh/fips-bgfx/pull/4, had the idea of separate subprojects, with the build targets below... not sure yet whether this overcomplicates things though.
hmm, 'ccache -c' after a './fips clean' to clear the ccache cache helps, but kinda defeats the purpose of ccache...
Hmm yes currently the 'project name', directory name and github project name must all be the same. I'm actually surprised that run is the only thing that's broken, need to...
Wow, looks interesting... will take a little while until I get around to it though. I'd like to first implement the missing features for Oryol and move the current external...
Yes makes sense, I'm hesitant to implement this though before getting a better idea of how to map certain "Zig-isms" to the language bindings wrapper. For instance another "obvious" change...
PS: are they actually? Need to test on an Intel Mac!
PS: at least the fence warning I'm getting seems to have been a bug in the validation layer (https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers/issues/19), but this means missing vsync isn't related to this.
Ok, no problem :) if I get it working I'll report back, I currently suspect it's a driver issue, I'll try to check if it works on Intel and/or Linux.
Ah sorry I didn't get past the 'clear screen' stage when I dabbled with Vulkan back then :)
Oryol::Input::Mouse does not offer possibility to enter lock mode without mouse button being pressed
Yes, that's a web platform limitation. Certain actions, like enter mouse lock or entering fullscreen must only happen when caused by a user action (for security reasons, but IMHO this...