tomassedovic / tcod-rs

Rust bindings for libtcod 1.6.3 (the Doryen library/roguelike toolkit)
Do What The F*ck You Want To Public License
229 stars 45 forks source link

Upgrade tcod #308

Open Tairesh opened 4 years ago

Tairesh commented 4 years ago

Please upgrade tcod_sys to use libtcod 1.9+ (last stable version for now 1.15) with new renderer OPENGL2 and many improvements. 1.6.3 is completely outdated today.

tomassedovic commented 4 years ago

Thanks! We're aware of this, but none of the maintainers have the time and energy to work on tcod-rs anymore. This is needed, but it won't happen without someone from the community stepping up.

Here's a work in progress pull request that updates to libtcod 1.12.3: https://github.com/tomassedovic/tcod-rs/pull/290

Unfortunately, it's not ready yet and the PR's author hit a wall. If you want to pick it up I'd be delighted to merge the result!