Abhik Pal

Results 23 comments of Abhik Pal

Thanks for reporting this! I can reproduce this on my machine.. so I'll take a look : )

We manually tessellate a shape before drawing it, this could be causing the issue. Ideally this should be done in OpenGL, but we were already facing many issues with OpenGL...

@redfood, those are just the default parameters that get used when `size()` is not called. We used to have this issue on the Mac sometime ago but it was fixed...

> Is there any way to get p5 to report which version is running? There is: ```python >>> import p5 >>> print(p5.__version__) ``` But if you downloaded the current version...

I don't have much experience with PyQT, but this looks very interesting! > The nice thing about an opt-in experimental render mode is that it > can be bundled while...

Minor edit: updated the method names (`CamelCase` → `lower_case_with_underscore`)

@dbzhao, thanks for bringing this up. The behavior does seems a little odd. Could you try two things: 1. Run this in a Python shell: ```python >>> import builtins >>>...

The code looks okay to me. But before I test things out, I have comments: 1. Could you do a merge request against the `develop` branch? 2. It would be...

Could you post the whole script you were using? This issue doesn't seem to be there on Debian 9. Moreover, could someone on Ubuntu 18 try an reproduce this?

@lajaybird, > I discovered that the solution was to turn on Vsync, but this can only be done by editing the module and cannot be done in userspace. Ideally we...