#glutin #piston #窗口 #活塞游戏引擎 #游戏引擎

pistoncore-glutin_窗口

使用 Glutin 库实现的 Piston 窗口后端

96 个版本 (破坏性)

使用旧的 Rust 2015

0.72.0 2023 年 9 月 26 日
0.71.0 2023 年 2 月 25 日
0.70.1 2022 年 5 月 13 日
0.69.0 2021 年 4 月 17 日
0.8.0 2015 年 7 月 31 日

#611图形 API

Download history • Rust 包仓库 5056/week @ 2024-04-20 • Rust 包仓库 4732/week @ 2024-04-27 • Rust 包仓库 4350/week @ 2024-05-04 • Rust 包仓库 4559/week @ 2024-05-11 • Rust 包仓库 5022/week @ 2024-05-18 • Rust 包仓库 4537/week @ 2024-05-25 • Rust 包仓库 4897/week @ 2024-06-01 • Rust 包仓库 2818/week @ 2024-06-08 • Rust 包仓库 4567/week @ 2024-06-15 • Rust 包仓库 4108/week @ 2024-06-22 • Rust 包仓库 1538/week @ 2024-06-29 • Rust 包仓库 2165/week @ 2024-07-06 • Rust 包仓库 3934/week @ 2024-07-13 • Rust 包仓库 4168/week @ 2024-07-20 • Rust 包仓库 3830/week @ 2024-07-27 • Rust 包仓库 3215/week @ 2024-08-03 • Rust 包仓库

15,331 每月下载量
用于 48 个工具箱 (23 直接)

MIT 许可证

68KB
740 代码行

glutin_window 构建状态 Crates.io Crates.io

Piston 游戏引擎的 glutin 后端

如何贡献

安装

要将此作为依赖项使用,请将以下代码添加到您的 Cargo.toml 文件中

    [dependencies.pistoncore-glutin_window]
    git = "https://github.com/PistonDevelopers/glutin_window"

如何创建窗口

let mut window: GlutinWindow = WindowSettings::new("Glutin Window", (640, 480))
    .fullscreen(false)
    .vsync(true)
    .build()
    .unwrap();

请参阅示例以了解创建窗口的其他方法。

依赖项

dependencies

依赖项

~3–16MB
~173K SLoC