ab5tract / Terminal-Print

Terminal::Print is a pure Raku layer for printing to terminal screens
Other
25 stars 18 forks source link

Create T::P::Utils #21

Open japhb opened 7 years ago

japhb commented 7 years ago

Provide a library of common utilities don't themselves directly output to the screen, but that will be commonly used while writing terminal apps, including:

japhb commented 7 years ago

I've got the beginnings of this locally, but I'm dissatisfied with the API so far, so I'll let it churn for a while before pushing it up. On the plus side, rpg-ui is back under 1000 lines as I factor out lots of support code. :-)

japhb commented 7 years ago

Currently alpha versions of T::P::Util::Timing and T::P::Util::Text exist, but more is needed.

Xliff commented 7 years ago

@japhb - Could you put this in a branch so that others could look at it? Thanks!

ab5tract commented 7 years ago

@Xliff , lucky for us @japhb has already pushed his preliminary work. You'll find them in the repo and used by the rpg-ui example.