Andrew Bradley
Andrew Bradley
Thanks, is there an issue or PR tracking this work? It could serve as a description of the intended changes. As-is, it's not clear whether or not the refactor would...
Is geosprite out of sync with master? I've tried using it as a drop-in replacement, but it's raising an error when attempting to access `texture.uv`. I'm not familiar with the...
Thanks, would it be possible to move those experimental bits under `pyglet/` so that they're usable from a `pip install -e .`? Or is there another way you'd recommend using...
Yeah, I talked a little bit about the slots change in the PR description, though didn't call it out by name. It's the bit saying "Some of these changes are...
@benmoran56 I cherry-picked your code that uses a custom VertexList subclass per VertexDomain. Benchmark results are below. The fastest is to *combine* our two optimizations, which is weird considering the...
I made one final optimization, this one focused on memory. Ran a final benchmark. In short, it's now 2.3 times as fast. For fairness, this table shows the same 4...
> This is not really `noneable` The problem is, as far as I can see, it truly *is* none-able. pyglet's own code is setting it to `None`. When someone tries...
> revisit this hack entirely to see if there is another solution we could be using. I think that would be overwriting the method not with `None`, but with a...
What tools are used to figure out the memory offsets? I've been using Artmoney and the source code of https://github.com/denverquane/amonguscapture but I'm not sure if there are any tricks being...
Unfortunately I've hit the following issues with the Windows Store binary: DRM prevents reading the binary files at all. I believe @varedz was saying this makes it impossible to use...