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

true braille pixels in images #1

Open
benjajaja opened this issue Dec 12, 2024 · 1 comment
Open

true braille pixels in images #1

benjajaja opened this issue Dec 12, 2024 · 1 comment

Comments

@benjajaja
Copy link

When drawing an image on canvas, it only ever generates full characters with a foreground color.

What would it take to generate different braille characters, similar to when drawing a line? A character could also have a background color, that is, for each character it could be possible to render 2x4 pixels with a two-color palette.

@nidhoggfgg
Copy link
Owner

yeah, that's right. use background color and not just full can make it much better. i would like to implement it. but unfortunately, recently i should remake the canvas and the animation firstly, then a full 3D render (not like that simple in extra/object3d.rs now). when i done these things, i will do what you said.

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