McSinyx / brutalmaze

Migrated to https://git.sr.ht/~cnx/brutalmaze
https://pypi.org/project/brutalmaze/
GNU Affero General Public License v3.0
11 stars 3 forks source link

Port to OpenGL for better performance #12

Closed McSinyx closed 5 years ago

McSinyx commented 5 years ago

ModernGL seems to be an intuitive enough that porting wouldn't require too much effort. Also doing this would fix #11.

McSinyx commented 5 years ago

Turns out OpenGL for 2D rendering would not help much. Since Pygame 2 will be released soon, performance will be improved by with SDL 2.