winding

所属分类:系统编程
开发工具:TypeScript
文件大小:0KB
下载次数:0
上传日期:2023-09-17 16:00:22
上 传 者sh-1993
说明:  Deno的跨平台窗口管理器,
(Cross-platform window manager for Deno,)

文件列表:
.vscode/ (0, 2023-09-20)
.vscode/settings.json (77, 2023-09-20)
LICENSE (1068, 2023-09-20)
example.ts (215, 2023-09-20)
mod.ts (279, 2023-09-20)
src/ (0, 2023-09-20)
src/types.ts (757, 2023-09-20)
src/win32/ (0, 2023-09-20)
src/win32/mod.ts (6598, 2023-09-20)
src/x11/ (0, 2023-09-20)
src/x11/mod.ts (3971, 2023-09-20)

# winding winding is a cross-platform windowing manager that does not need bindings to external libraries. Currently, it supports: - X11 Contributions are welcome! ## Usage Create `app.ts` with the following content. ```ts // app.ts import { openWindow } from "https://deno.land/x/winding/mod.ts"; const window = openWindow(); window.display(); ``` Run the file with FFI bindings allowed. ```sh deno run --unstable --allow-ffi app.ts ```

近期下载者

相关文件


收藏者