-
Hello,
When running the newest version with `cargo run --release` using a fresh clone and the latest version of rust, I get this panic message:
```
thread 'main' panicked at 'index out of bounds:…
-
Need to perform 2 entity resolution tasks as required.
Approaches:
- RLTK
- Pure python (dict, set, list...)
-
`make requirements` fails due to a dependency conflict:
```
distributed 2022.11.1 requires tornado=6.0.3, but you have tornado 6.2 which is incompatible.
jupyter-client 7.4.7 requires tornado>=6.…
-
Hello,
After I resize a window created by RLTK, the process begins to use up more memory, and the memory doesn't seem to ever go back down. It doesn't really matter if I shake the window around or …
ot2t7 updated
2 years ago
-
Let the client determine whether or not they want vsync, via a flag. See rltk.cpp line 34.
-
While following along with chapter 7, I encountered a bunch of errors related to the use of the derive macro `ConvertSaveload` on the `WantsToMelee` component.
Further, nowhere in the tutorial does…
-
I've been following the tutorial to build Kazoo, but have come across 2 problems:
1) When finalizing, if the .tbl file exists, it gives me this stack trace:
```
S:/Ruby31-x64/lib/ruby/gems/3.1.0/ge…
-
With the new dependency on `filigree`, `gem` will now choke trying to install on Ruby versions lower than 2.4.0:
```
steven@macbook:~/workspace/apps/ios $ gem install rltk
Fetching: ffi-1.9.25.ge…
-
## Background
I have encountered a problem just ran the early stages of the [Roguelike tutorial](https://bfnightly.bracketproductions.com/), specifically the two initial map examples.
* [2.2. …
-
Hi,
after adding the rltk dependency I get the following error when I attempt to build the project:
> cargo build --release --target wasm32-unknown-unknown
> Compiling bracket-terminal v0.8.…