codingteam / euclid

UI library for terminal environments.
MIT License
3 stars 0 forks source link

Import Keter UI code #4

Closed ForNeVeR closed 6 years ago

ForNeVeR commented 6 years ago

This is a first step necessary for #3.

I've essentially extracted the ui package from Keter and added small platform abstractions (mainly the KeyCode) here and there. I've also added a small test application that works (tested manually).

The goal of this PR is not to change the code architecture, we will do that later. For now, we're just importing the old code and making sure it works.

TODO:

rexim commented 6 years ago

@ForNeVeR I'm gonna review after the stream if it's needed, sorry.

ForNeVeR commented 6 years ago

Thanks for the review!