Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Pygame surfaces I/O support #66

Open
myselfhimself opened this issue Sep 25, 2020 · 0 comments
Open

Add Pygame surfaces I/O support #66

myselfhimself opened this issue Sep 25, 2020 · 0 comments
Labels
enhancement New feature or request
Projects

Comments

@myselfhimself
Copy link
Owner

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)
@myselfhimself myselfhimself added the enhancement New feature or request label Apr 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Gmic-py
  
Awaiting triage
Development

No branches or pull requests

1 participant