Ankith

Results 54 issues of Ankith

I am using thonny, I really like it now. This is just an idea, how about introducing function collapse feature where you can minimise the functions you do not want...

editor

Maybe upload screenshots from latest versions of the game?

PR to fix #669 As correctly pointed out by folks in that issue, the pypy rect freelist implementation has a subtle bug. What is currently happening is that there's no...

bug
Submodule: rect
pypy

So I'm currently updating SDL_image to 2.6.x, and it supports two new "optional and external" formats, these are optional because these are slightly heavy libraries, so SDL_image does not include...

enhancement
Submodule: image

For #3430 In this PR I'm also replacing our vendored PNG saving function with the SDL_image equivalent. Also removed `jpeg` and `png` as direct pygame dependencies (they are still indirect...

Submodule: image
buildconfig
manylinux

Simple PR, fixes an issue with `scrap` typestubs which was not properly ported to python 3. Previously, this used `AnyStr` because of python 2 support, but in python 3 scrap...

Submodule: scrap
types

This is a follow up PR for #3312 So I was testing pygame on Ubuntu 22.04 WSL today, and I found that the tests I added in the linked PR...

bug
Submodule: key

# Bug report Hello! So this has been an issue that has probably been bugging many people for a while now. This has bitten me back when I was a...

type-bug

PR to fix #2529 So this PR just basically adds wayland (with libdecor builds) and mesa to our manylinux base images, so SDL finds this at compile time and at...

Backend: Wayland
manylinux

This PR does some initial work on https://github.com/GazzolaLab/PyElastica/issues/255 This is a WIP, and I've opened this PR to get some feedback, before I go ahead and look into more modules.

enhancement