You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pygame is a very famous 2D games programming library for Python
Similar to WIP numpy arrays support:
image (not a type, related methods return a Surface)
Surface (user-level class, contains a BufferProxy pointed by Surface.get_buffer())
BufferProxy (memory wrapper to bytes exporting also the Python buffer interface, very similar to numpy array: has shape, a sort of dtype, endianness, strides and contiguousness information)
The text was updated successfully, but these errors were encountered:
Pygame is a very famous 2D games programming library for Python
Similar to WIP numpy arrays support:
Surface.get_buffer()
)The text was updated successfully, but these errors were encountered: