timprepscius
timprepscius
Hey there, I need to make one of my buttons "dance" when an arbitrary event happens- and of course I don't want that "dance" to affect the layout of other...
Ios simulator is crashing.. entry_ios.mm Maybe change: ``` struct Context { Context(uint32_t _width, uint32_t _height) { const char* const argv[1] = { "ios" }; m_mte.m_argc = 1; m_mte.m_argv = argv;...
Hey there, in the: https://github.com/SaschaWillems/Vulkan/blob/master/data/shaders/glsl/distancefieldfonts/sdf.frag There is the line: `rgb += mix(vec3(alpha), ubo.outlineColor.rgb, alpha);` I am wondering whether you could document that line. Somehow I keep wondering whether that code...
Could you put in your documentation what version of python you are using? Thanks, -tim
Hey there, I would like to take the spotify stream and redirect into my own iPhone app. Is there a way to do this? If I reverse engineered your protocol...
### Describe the feature you'd like supported I'm using MSQUIC in an iOS app. I am worried that dlopen may cause my app to be rejected. I can of course...
Hey there, Thank you very much for doing this project for so many years. The data that it returns- what is the elevation in relation to: sea level? WGS84 ellipsoid?...
Thank you for spending so much time on this project. I am using it at the moment to build the world. 16GB ram and 200GB "--store" space. Hopefully it will...
Hey there, I'm trying to get the hello-vulkan running. I'm seeing something like this: ``` 04-11 08:53:50.339 18535 18535 W android.hellov: Accessing hidden method Landroid/view/ViewGroup;->makeOptionalFitsSystemWindows()V (greylist, reflection, allowed) 04-11 08:53:50.350...
Hey there, I'm trying to set the minimum sdk version of the hello-vulkan project. Doing things the internet suggests. None work. What is the simplest way to set the minimum...