Noah Ryan
Noah Ryan
I just published a crate named luster, not realizing that there was a Rust program of that name. I dont mind trying to change my crate if you might still...
I would like to use this library (I like that it is pure Rust!) but I had some trouble building and running the example. It looks like the Cargo.toml file...
The wfc__create_allowed_tiles function has a CLEANUP section that is not reachable. There is a return before this label, and no goto to jump to it. Is there are missing check...
Building this library on Manjaro Linux within the wfc-rs Rust crate warns that a_y and b_y are unused. Apparently some additional warnings are enabled, at least -Werror. https://github.com/krychu/wfc/blob/38b08ab7a276ba0e4266c3b85ef7f32cc59d4bce/wfc.h#L464
I've noticed that if I have wfc.h's implementation in one file, and want to use as a header in another, there are a number of functions without prototypes. For example,...
Thank you for tigr! I've been having a lot of fun with it. One thing I'm having trouble with though is that I have been finding that the call to...
A group of golems can get into a loop where they go between attacking and investigating.
They don't seem to stun for as long as I would have thought.
Try to figure out if they need to be explicitly kept and maybe aren't handled.
Look at the stun marker again- try to draw something that is easier to see as the player. This may be different from the original attempt, when the textures where...