NworbLegin

Results 7 comments of NworbLegin

I too would like some examples specificall for the Pico in C with HTTP and HTTPS GET/POST requestes for this as I have attempted to use the httpc_get_file function from...

Yep - seems to be working correctly when I set it to `-kerning-pairs extended`, but I didn't get any kerning values with `basic` or `regular` when testing with Google's NotoSans-Regular.ttf

Maybe this is related to the issue listed[ here](https://github.com/bkaradzic/bgfx/pull/3116#issuecomment-1723170479): "MTLBinding.isUsed is not well documented. Its behaviour is strange on my iPhone (iOS 16.6/iPhone 12 mini), it returns true only when...

I've had time to look at a workaround for this and changing the `RendererContextI::init` function's `m_usesMTLBindings` macro has bypassed the issue for me: It was `CHECK_FEATURE_AVAILABLE(m_usesMTLBindings, macOS 13.0, iOS 16.0,...

The latest code does not work on iOS16, and this was the workaround fix that I did based on the older change - as you say from 2023. Do you...

It also looks like animated rotation is also broken by 90 degrees.