Skip to content

Claude/data moshing editor 6 c ipd#44669

Open
Dylusive wants to merge 5 commits into
github:mainfrom
Dylusive:claude/data-moshing-editor-6CIpd
Open

Claude/data moshing editor 6 c ipd#44669
Dylusive wants to merge 5 commits into
github:mainfrom
Dylusive:claude/data-moshing-editor-6CIpd

Conversation

@Dylusive

@Dylusive Dylusive commented Jun 9, 2026

Copy link
Copy Markdown

Why:

Closes:

What's being changed (if available, include any code snippets, screenshots, or gifs):

Check off the following:

  • A subject matter expert (SME) has reviewed the technical accuracy of the content in this PR. In most cases, the author can be the SME. Open source contributions may require an SME review from GitHub staff.
  • The changes in this PR meet the docs fundamentals that are required for all content.
  • All CI checks are passing and the changes look good in the review environment.

claude and others added 5 commits June 7, 2026 15:10
Self-contained HTML datamosh editor with vaporwave aesthetic.

Features:
- 14 effects: Datamosh, Pixel Sort, Block Shift, Glitch Scan, Chroma Bleed,
  Color Burn, Color Map, Echo Ghost, Motion Xfer, Mirror/Kaleidoscope,
  Wave Warp, Bloom, Databend, Entropy Field
- Multi-source video with per-source trim, speed control, and blend modes
- Clip sequencer with drag-to-cut manual and auto-advance
- BPM tap sync with beat-triggered auto-cut
- MediaRecorder export to .webm
- Keyboard shortcuts: Space/K/R/C/1-4
- Vaporwave UI: retro grid, neon glow, CRT scanlines, animated sun
- Daredream Studios branding throughout
- 12 presets including VAPOR, KALEID, FUSION, DREAMWASH
The accum buffer was using decay+blend_factor that summed to ~0.96 instead of 1.0,
causing steady-state brightness of only 6% of actual pixel values (near-black output).

Fix: use a proper lerp (accum += (pixel - accum) * rate) so accum always converges
to full pixel brightness. Also seed accum from the first live frame so the image
appears immediately rather than fading up from black.
@github-actions github-actions Bot added the triage Do not begin working on this issue until triaged by the team label Jun 9, 2026
@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

How to review these changes 👓

Thank you for your contribution. To review these changes, choose one of the following options:

A Hubber will need to deploy your changes internally to review.

Table of review links

Note: Please update the URL for your staging server or codespace.

This pull request contains code changes, so we will not generate a table of review links.

🤖 This comment is automatically generated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

triage Do not begin working on this issue until triaged by the team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants