Michael Wagner

Results 4 comments of Michael Wagner

> That is an odd one, and I'm having trouble reproducing it. When you `cargo run --example benchmark` (in `bracket-terminal`) is the box with the FPS count filled in? The...

> A workaround is to turn on the "advanced input API" (call `with_advanced_input(true)` on the BTermBuilder) and add the following code to the game-loop: > > ```rust > let mut...

Sorry for never getting back to you. Thanks for the reminder, I'm currently revisiting the whole series for another round of inspiration!

Per the stack trace it originates in `Cell.getColor()`. The green value calculated from the cell health is outside of the range [0,255]. Maybe it's a dead cell or the health...