Last active
July 15, 2022 17:49
-
-
Save WhatIThinkAbout/7f64500ddebc86a60ade56ed5604e79c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from ipycanvas import MultiCanvas | |
| layers = 2 | |
| multi_canvas = MultiCanvas(layers, width=width_pixels, height=height_pixels) | |
| draw_base(multi_canvas[0]) | |
| draw_grid(multi_canvas[0]) | |
| draw_border(multi_canvas[0]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment