tcod-rs
tcod-rs copied to clipboard
Rust bindings for libtcod 1.6.3 (the Doryen library/roguelike toolkit)
Results
22
tcod-rs issues
Sort by
recently updated
recently updated
newest added
Things like setting fullscreen/windowed mode or whether path.walk should recalculate or not should use aptly-named enums instead of an opaque boolean that you have to dig into docs to figure...
enhancement
Document everything from getting the libtcod library, building tcod-rs, writing an app, building the binary (that links agaings libtcod and tcod-rs) and setting up rpath (so it can be distributed...
documentation