-
I am trying to use the error production feature for handling typos in a really simple context-free grammar. Could you please give a more advanced example?
-
As you can see in the image below, when the room is made to (x = 0 or y = 0) (example: ` let test_room = Rect::new(0, 0, 30, 30);`), Fov is not reached. It seems to me that the top left wall should be…
-
It would be nice to have a mouse free targeting mode.
Partially given https://github.com/thebracket/rltk_rs/issues/40 (mouse doesn't work well enough for me to use) but particularly since it would …
-
Hi! I'm trying to follow the rust [rogueliketoolkit tutorial](https://bfnightly.bracketproductions.com/rustbook/chapter_11.html) and trying to convert it to legion.
I'm trying to deserialize a `sav…
-
Hello.
I am interested in RLTK recently.
As a Korean, I want to make the Korean language support.
So I tried to print Hangul(Korean characters) to the console.
But 'main' has panicked.
I managed …
-
I have (a more complex version of) the following system:
```rust
struct Name;
struct InCryoTube(pub Entity);
#[system(for_each)]
#[read_component(Name)]
fn help_me(
name: &Name,
in_cryo_…
-
Running on OSX 10.14 (Mojave)
Creation of image from console segfaults on [this](https://github.com/tomassedovic/tcod-rs/blob/725f0672292d5444df6e90d5bed6da5b6c06fee5/tcod_sys/libtcod/src/sys_sdl_c…
-
First, thanks for this library! I've enjoyed reading your RLTK tutorial, and while I've built other games, it has inspired me to dip a toe into roguelike development.
I'm trying to use Bracket with…
-
**Description**
With fresh docker-ce install to a new CentOS 8 vagrant based VM (VirtualBox on Mac) I am getting an error trying to pull the scan plugin version.
**Steps to reproduce the issue:**
…
-
I ran into some strange behavior on a fresh install of Ubuntu 22.04.
As you can see from the image, the titlebar decoration does not use the
system default decoration and the title name is not dis…