lordmauve / wasabi2d

Cutting-edge 2D game framework for Python
https://wasabi2d.readthedocs.io/
GNU Lesser General Public License v3.0
154 stars 24 forks source link

What version of Opengl does wasabi2d need at least? #67

Closed streetartist closed 3 years ago

streetartist commented 3 years ago

I know wasabi2d is using OpenGL.What version of Opengl does wasabi2d need at least?

einarf commented 3 years ago

Looking at the source it seems to be 4.1 : https://github.com/lordmauve/wasabi2d/blob/035f1de115088830992a8ae621c8d18798decd85/wasabi2d/scene.py#L168

streetartist commented 3 years ago

I know and I think You should Write it in the ReadMe.

einarf commented 3 years ago

I know and I think You should Write it in the ReadMe.

Make a pull request? 😃

lordmauve commented 3 years ago

Fixed in #69.