gchp / rustbox

Rust implementation of the termbox library
MIT License
467 stars 48 forks source link

Does there any updates for pure rust box? #88

Closed lucasjinreal closed 5 years ago

lucasjinreal commented 5 years ago

Hi, does there any updates for implementing pure rustbox?

gchp commented 5 years ago

I had started a branch which got most things working but I never pushed it. It was pretty basic and didn't cover all terminal types and hadn't gotten to the Windows support. I'll see if I can find the branch and push it up here.

gchp commented 5 years ago

Update: just pushed the rewrite branch.

There is an example called basic.rs which shows where it is at functionality wise. Still a ways to go. I still hope to finish it, just not had time recently.

lucasjinreal commented 5 years ago

@gchp Thanks u so much! I am using rustbox for an external dependencies in my project. So hope there would be pure rust implementation of this. However, using as a c wrapper also works fine. Hoping this crate can stay stable.