amethyst / amethyst/bracket-lib

Error sending request: Resource temporarily unavailable (exit code 11)

Đang mở
#352 1 bình luận 1 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Rust
Star
1.7k
Fork
126
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

```
Error sending request: Resource temporarily unavailable
```
This is probably not a problem with bracket-lib
When I run this code, the window appears correctly, but crashes when I hover cursor over the window. Not over the window title bar, but over the window content
I run Debian 12, GNOME on Wayland
```
use bracket_lib::prelude::*;
use bracket_lib::terminal::GameState;

struct State {}
impl GameState for State {
fn tick(&mut self, ctx : &mut BTerm) {
ctx.cls();
ctx.print(1, 1, "Hello Rust World !");
}
}

fn main() -> BError {
let context = BTermBuilder::simple80x50()
.with_title("Roguelike Tutorial")
.build()?;
let gs = State{ };
main_loop(context, gs)
}
```

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.