文件名称:Rust包装器和Allegro 5游戏编程库的绑定-Rust开发
文件大小:357KB
文件格式:ZIP
更新时间:2024-06-16 13:16:36
Rust Game development
RustAllegro Allegro 5的薄锈皮包装。游戏循环示例extern crate allegro; 外部板条箱allegro_font; 使用allegro :: *; 使用allegro_font :: *; RustAllegro Allegro 5的薄锈皮包装。游戏循环示例extern crate allegro; 外部板条箱allegro_font; 使用allegro :: *; 使用allegro_font :: *; allegro_main! {let core = Core :: init()。unwrap(); 让font_addon = FontAddon :: init(&core).unwrap(); let display = Display :: new(&core,800,600).unwrap(); let timer = Timer :: new(&core,1.0 / 60.0).unwrap(); let font = Font :: new_builtin(&font_addon).unwrap(); let queue = Eve