Skip to content

Instantly share code, notes, and snippets.

@WhatIThinkAbout
Last active July 15, 2022 17:49
Show Gist options
  • Select an option

  • Save WhatIThinkAbout/7f64500ddebc86a60ade56ed5604e79c to your computer and use it in GitHub Desktop.

Select an option

Save WhatIThinkAbout/7f64500ddebc86a60ade56ed5604e79c to your computer and use it in GitHub Desktop.
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