-
When running in high resolution, I'm getting a panic from OpenGL. Runs fine up to 3840x2160. Any suggestions?
```
hread 'main' panicked at '[GL] Error: INVALID_ENUM', /home/badams/.cargo/registry/…
-
Hello! I've been going through the roguelike tutorial and have been having an absolute blast, thank you so much for putting this all together! It's absolutely incredible.
I've noticed that on a map…
-
[Roguelike Tutorial in Rust - using RLTK](https://github.com/amethyst/rustrogueliketutorial)
-
I was going through the RLTK Roguelike tutorial (and it's great; thanks so much for this). In the FOV section, I'm getting odd results in the field_of_view calculation, and I think the Bresenham's li…
-
I'm using version 0.5.15 and is calling Rltk::set_bg with Rltk::mouse_pos() as position. At first this follows the mouse pointer, but after I resize the window the mouse_pos position is no longer tran…
-
**Describe the bug**
Errors during the local installation
**To Reproduce**
Steps to reproduce the behavior:
````
conda create -n kgtk-env3.8 python=3.8
````
````
The following NEW packages w…
-
I initialize a context as follows:
```
let mut ctx = Rltk::init_simple8x8(
WIDTH,
HEIGHT,
"mygame",
"resources",
);
```
As far as I tell, the last parameter is expanded to…
zaszi updated
3 years ago
-
I'm on part 1.5 of the tutorial, and i noticed that sometimes the fov system sometimes shows tiles that aren't supposed to be seen.
Here's a configuration where it happens :
![Capture](https://user…
-
![fov_bug](https://user-images.githubusercontent.com/3597993/107874644-2db97280-6ebb-11eb-8b4f-1e5286a9bd74.gif)
Got to the end of the FOV chapter of the book (not rltk, the book-book), and notic…
-
This section should be better classified as documentation or installation instructions. Have a further look