|
|
|
|
|
by citeguised
555 days ago
|
|
I'm using this currently with Deno for Advent of Code, if I need a simple window with graphics. (There's a window-example[1]) It can be added by doing "deno add npm:skia-canvas", adding "nodeModulesDir: auto" to the deno.json, and doing a "deno install --allow-scripts". [1] https://skia-canvas.org/#rendering-to-a-window |
|