Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

color support? #47

Open
han-so1omon opened this issue Jun 4, 2020 · 2 comments
Open

color support? #47

han-so1omon opened this issue Jun 4, 2020 · 2 comments

Comments

@han-so1omon
Copy link

Is there a way to add color support? Alternatively, is there another similar terminal canvas drawing library that you know of that has color support?

Thanks

@SamyBencherif
Copy link

Just stumbled onto this project, and jeez is this all impressive.

I'm pretty sure adding colors could take like 2-3 hours. Using ansi escape sequences like in this project would do the trick: https://github.com/SamyBencherif/CodePad

Of course the colors will be sort of "hacky" because the screen resolution of the colors is approximately half of the pixel resolution. Bound to look cool tho !

I will add this to my infinite list of things to implement ! <3

@SamyBencherif
Copy link

This is also worth looking at https://www.uninformativ.de/blog/postings/2016-12-17/0/POSTING-en.html

It will give you sub-pixel dot resolution of (2x1) and same for colors. Whereas this project provides 3x2 subpix dot and 1x1 (none) subpix color.

I think drawville is probably optimal for line art and diagrams, where the other techniques might excel at jpg's and images.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants