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

Smooth bitmap movement with kitty graphics #2259

Merged
merged 7 commits into from
Oct 11, 2021

Conversation

dankamongmen
Copy link
Owner

Plumb pixel offsets all the way through the rendering stack, and get them working with Kitty graphics (so kitty and WezTerm). Add a unit test, BitmapSmoothMove. Looks great! Closes #1682.

Add pixel offset fields to blitterargs in the pixel
portion of the union. Check in blitter_geom that
pixel offsets are not used with cell blitting.
Prepare the new blitterargs fields. Account for pixel
offsets when calculating cell geometry #1682.
@dankamongmen dankamongmen merged commit ccad129 into master Oct 11, 2021
@dankamongmen dankamongmen deleted the dankamongmen/smooth-kitty-bitmaps branch October 11, 2021 07:28
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.

smooth bitmap movement with kitty graphics
1 participant