-
Hi! I've followed the RLTK tutorial you wrote and am now working on making the final product that you show one how to make my own. However I have noticed that the way that the field_of_view method cal…
-
Hello!
I see WR2 module is supported by this project; but has anyone succeeded flashing it ? I've tried everything but failed to put it in flashing mode.
So far, the described procedure is:
1.…
-
Hello, I have a problem with glutin-0.26.0 (it's one of the dependencies of rltk crate) here the output from the build process:
.and_then(|p| p.finish(hwnd))
------ ^^^^ expect…
-
I have just started looking for open-source software that deals with Data Matching and stumbled on this project. It's very helpful. As I intend to use Python I found two libraries that look very good…
-
I successfully executed `make all` in lp and hp project folder, according to application note. But `make mp` failed. I cannot figure out why.
Any suggestions?
```
(omitted)
/data/repo/ambd…
-
## Description
I encountered an error caused by the Derivative trait essentially saying that rust core libraries aren't present in core after bumping the winit version to 0.22.2 on the wasm branch.…
-
FlavourSaver is throwing a StringNotInLanguage exception when it comes across helpers called with a mixture of literal and hash arguments, for example:
``` handlebars
{{#linkTo "index" tagName="li"}}…
-
## Story
The RLTK FOV system seems to be a bit quirky, as noticed in #54 . The current state of the art appears to be [symmetric shadowcasting](https://www.albertford.com/shadowcasting/). I should …
-
## Story
Bracket's RGB/RGBA and BearLibTerminal's Color aren't cleanly compatible and that's screwing up my lighting.
I think it'd be better just to write my own color system and then implement ev…
-
I was following a tutorial using rltk.CrfTokenizer() but in the latest version, the code seems to have migrated elsewhere. Could you help me figure out how to now instantiate a tokenizer, i.e., the ne…