feat: add HQx pixel-art scaling display mode#667
Closed
Copilot wants to merge 5 commits into
Closed
Conversation
Implements the hq2x pixel-art scaling algorithm as a new WebGL display mode alongside the existing 'RGB Monitor' and 'PAL TV' options. New files: - src/video-filters/shaders/hqx.vert.glsl (passthrough vertex shader) - src/video-filters/shaders/hqx.frag.glsl (hq2x fragment shader) - src/video-filters/hqx-filter.js (filter class) Updated files: - src/canvas.js (register 'hqx' in DISPLAY_MODE_FILTERS) - index.html (add 'HQx' option to display-mode dropdown) Agent-Logs-Url: https://github.com/mattgodbolt/jsbeeb/sessions/1680ed1d-493c-43cd-b904-82c002098d92
Copilot
AI
changed the title
[WIP] Add option to render with Hqx scaling
feat: add HQx pixel-art scaling display mode
Apr 7, 2026
Owner
|
@copilot Having a static image and toggling between RGB and hqx shows no difference at all |
Owner
|
Still does not work. closing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.