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

finer texture for static #1241

Merged
merged 4 commits into from
May 3, 2023
Merged

finer texture for static #1241

merged 4 commits into from
May 3, 2023

Conversation

byorgey
Copy link
Member

@byorgey byorgey commented May 3, 2023

Closes #1145.

Instead of using simple black or white cells to display static, use cells with any one of the 16 possible arrangements of on/off quarter-blocks. This makes static appear at almost 2x resolution as before (though there is still a bit of blockiness since the quarter-blocks can't occur independently). See https://asciinema.org/a/582095 for a demonstration.

byorgey and others added 2 commits May 2, 2023 21:53
Co-authored-by: Restyled.io <commits@restyled.io>
@byorgey byorgey requested a review from kostmo May 3, 2023 02:55
Copy link
Member

@kostmo kostmo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

src/Swarm/TUI/View/CellDisplay.hs Outdated Show resolved Hide resolved
Co-authored-by: Karl Ostmo <kostmo@gmail.com>
@byorgey byorgey added the merge me Trigger the merge process of the Pull request. label May 3, 2023
@mergify mergify bot merged commit f2ae7dd into main May 3, 2023
@mergify mergify bot deleted the feature/fine-static branch May 3, 2023 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge me Trigger the merge process of the Pull request.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve visual/spatial resolution of static
2 participants