VincentFoulon80 / console_engine

A simple terminal framework to draw things and manage user input
https://crates.io/crates/console_engine
MIT License
220 stars 7 forks source link

DRAFT: Feature: compatibility with drawille-rs crate #13

Open VincentFoulon80 opened 2 years ago

VincentFoulon80 commented 2 years ago

When merged, this branch will add two new features :

The new AsScreen trait can also be used for direct drawing of any compatible structure with two new methods print_with and print_alpha_with.

VincentFoulon80 commented 2 years ago

I'll postpone this PR a bit, since the drawille crate got a new maintainer, I think this need a bit more time to decide how to link these crates together properly.