[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] goodbye SDL1, python 2.7/3.5?



On Sun, 10 Oct 2021, 14:16 Sam Bull, <pygame@xxxxxxxxxxx> wrote:
I've been thinking about
experimenting with an asyncio implementation of pygame at some point in the future.

I have written that[1]; it works very well[2].

I'm assuming you mean async not asyncio. Asyncio is kind of at a dead end. All the good Python async ideas are in Trio.

[1] https://wasabi2d.readthedocs.io/en/stable/coros.html
[2] https://github.com/lordmauve/axium/blob/master/axium.py