caffeinepills

Results 142 comments of caffeinepills

One thing to discuss is, i'm not sure layout update is entirely needed anymore, as a majority of actions with text no longer recreate the layout. What requires recreation as...

> Seems to be the exact same problem as explained [in this post](https://stackoverflow.com/q/64588821). > > In this case you have to think about both autodoc and napoleon working simultaneously and...

As of 2.0.12, you can provide the shader through the `program` kwarg through Labels and Text Layouts. You can use the original shader and build it off that to make...

Can you try disabling vsync and see if anything changes?

I discovered similar behavior when trying to look into this a while back. Unfortunately with MacOS, the values you can pass to the OS's sleep functions (or their timers in...

Thanks for the report. Can you provide information to help us with your issue? Including the information specified in the bug report form, if you can share the output of...

Has this issue been adequately resolved with the 2.0.17 release?

This is old, but initial issue of missing uniforms was PR'd. I was able to get the example working with these modifications: ```py # Create input texture texture = GLuint(0)...

I apologize for the delay on this, however I just tried this and it seems to work on the master branch, however I am using Windows. Could you try using...

I will try Linux when I am able to, to see if I can replicate the issue. It is strange, however the attribute loading should be the same between OSes