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

Layers optionally backed by Numpy arrays for efficient manipulation #5

Open
encukou opened this issue Sep 9, 2011 · 0 comments
Open
Labels

Comments

@encukou
Copy link
Owner

encukou commented Sep 9, 2011

Would that be useful? Here's one use case: easily making a grid

layer[::16, ...] = vertical_line_tile
layer[..., ::16] = horizontal_line_tile
layer[::16, ::16] = cross_tile

The core probably has to still use array, to cut down on dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant