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

Unified hires block blitter #2823

Merged
merged 23 commits into from
Dec 28, 2024
Merged

Conversation

dankamongmen
Copy link
Owner

When @eschnett introduced the 4x2 blitter in #2820, i asked him to unify it with the existing BRAILLE blitter. This was foolish--as @PhMajerus points out in #2669, there are really two kinds of pseudopixel semigraphcis, and octants are blocky whereas braille is separated (I've not used his term "mosaics", as that is already used for another concept in Notcurses). Redo the octblitter in a blocky style, and unite it with the existing sexblitter as hires_blitter(). Eliminate a large constant array from sexblitter by using the permutation table as a key into the transegcs.

@dankamongmen dankamongmen mentioned this pull request Dec 28, 2024
@dankamongmen dankamongmen merged commit b397854 into master Dec 28, 2024
2 of 3 checks passed
@dankamongmen dankamongmen deleted the dankamongmen/unified_hires_blitter branch December 28, 2024 19:59
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

Successfully merging this pull request may close these issues.

1 participant