Tomas Sedovic

Results 44 comments of Tomas Sedovic

I'm not sure what you mean. `terminal.png` is checked into the `tcod-rs` repo: https://github.com/tomassedovic/tcod-rs/blob/master/terminal.png But if you mean your own projects that use the `tcod` crate, you should copy it...

Sorry, I'm still not sure what your exact problem is. Do you mean having a project that depends on the `tcod` crate? And when you try to run in, you...

Cool :-). I'll keep this open because we should mention this in the docs and/or the examples. I'd like people who aren't familiar with libtcod to use this with as...

Hm, to be perfectly honest, I'd be pretty surprised if libtcod just built for webassembly without any changes. Though I guess it might work with emscripten. I'd start there, building...

Hey @tanis2000 @ThibaultLemaire, before you jump into that, I'd just like to make sure you're aware of doryen-rs: https://github.com/jice-nospam/doryen-rs (made by Jice, the original libtcod author IIRC) and RLTK_RS: https://github.com/thebracket/rltk_rs...

The tutorial has been updated to use `Key::text()`. I agree that this is misleading. libtcod does expose the "printable" field (under the wonderfully descriptive name `c`). I wrote those Rust...

Hey @svenknobloch, thanks for this! Looks like this is an issue with the bundled libtcod source. This project uses by now a very old version and I suspect the best...

I think if both versions use the same function headers (same arguments in the same order and the same return function) it should work. If not, you've got yourself another...

Hi! First, a general debugging tip: if you run it with `cargo run` (without the `--release` option), it will be much slower, but the stack backtrace on panic will show...

No worries! If you're unclear about something, feel free to ask me here or on IRC (I'm shadower, you can find me in #rust and #rust-gamedev in Mozilla's server).