-
-
Notifications
You must be signed in to change notification settings - Fork 123
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
implement sexblitter #1071
Labels
Milestone
Comments
Closed
Given that these glyphs are called "sextants", i think this ought be named SEXBLITTER rather than hexblitter. |
dankamongmen
added a commit
that referenced
this issue
Oct 25, 2020
dankamongmen
added a commit
that referenced
this issue
Oct 25, 2020
dankamongmen
added a commit
that referenced
this issue
Oct 27, 2020
dankamongmen
added a commit
that referenced
this issue
Oct 27, 2020
dankamongmen
added a commit
that referenced
this issue
Oct 28, 2020
just about done. transparency, as expected, looks even better than quadblitter. i'm implementing the lerpsolver now. |
colors aren't quite right yet, but this is looking really good. |
Merged
Merged
dankamongmen
added a commit
that referenced
this issue
Oct 29, 2020
dankamongmen
added a commit
that referenced
this issue
Oct 29, 2020
dankamongmen
added a commit
that referenced
this issue
Oct 29, 2020
There's still work to be done here, but we're close. Look for this in 2.0.3. |
See #1086 , w00t! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Using the "Symbols for Legacy Computing" introduced in Unicode 13 (#137), we can extend the techniques of the 2x2 Quadblitter to a 3x2 Hexblitter.
Like the quadblitter, wherever you only had two colors within a 3x2 region, it would have perfect fidelity. Otherwise, it will be lossy, and there can of course be more loss. It will be more computationally expensive. With that said, it gets you back closer to 1:1 aspect ratio between cells and pixels.
The text was updated successfully, but these errors were encountered: