Driftwood2D / Driftwood

Driftwood 2D Tiling Game Engine and Development Suite
http://tileengine.org/
MIT License
24 stars 1 forks source link

Investigate pypame 2 #211

Open pmer opened 4 years ago

pmer commented 4 years ago

It uses SDL2 which should massively improve rendering speeds.

https://github.com/pygame/pygame/releases/tag/2.0.0

seisatsu commented 3 years ago

We should probably switch to this, because it will handle a lot of the code we tried to do manually, especially GUI stuff and will probably help with Entities as well.

I will, at some point, look into totally overhauling our codebase to use PyGame 2 instead of PySDL2. It should simplify things a lot.