pygame-ce icon indicating copy to clipboard operation
pygame-ce copied to clipboard

Port Texture to C code

Open MightyJosip opened this issue 9 months ago • 0 comments
trafficstars

This PR converts pygame._sdl2.video.Texture to C code. It has the implementation of all the Texture methods and attributes. It doesn't have docs/type hints/tests or stuff like that.

Leaving this as the draft atm, because it depends on #3317 and #3327, pushing just for the internal testing purposes

TODO: Check Rect values for draw/update

MightyJosip avatar Feb 07 '25 14:02 MightyJosip