dwm icon indicating copy to clipboard operation
dwm copied to clipboard

Deno Window Manager: Cross-platform window creation and management

Results 6 dwm issues
Sort by recently updated
recently updated
newest added

deno: symbol lookup error: /home/angel/.cache/deno/plug/https/github.com/6124705c167a5007bfab218a8e66994369ecb4e10c7f44d4dbf2c97b8d05084b.so: undefined symbol: glXGetCurrentContext ```ts import { mainloop, WindowCanvas, } from "https://deno.land/x/[email protected]/ext/canvas.ts"; const canvas = new WindowCanvas({ title: "Skia Canvas", width: 800, height: 600, resizable: true,...

I was bothered by the fact that when you compile a program with `deno compile` on Windows, the resulting executable opens with a `cmd` window behind dwm's window. After some...

I tried it on ashai linux but have trouble with gflw. I think it's because of there is no release for linux aarch64 in https://github.com/deno-windowing/build-glfw.

I'm not sure this is the proper place to ask, but does anyone have an example of how to best scale a Skia Canvas to match the window size? For...

I'm getting errors trying to run some of the examples. Here are the ones that run correctly and the ones that don't: - canvas: no - cube: no - cursor:...