Skip to content

Pixelate effect#341

Open
bobnik wants to merge 3 commits intomasterfrom
feature/pixelate
Open

Pixelate effect#341
bobnik wants to merge 3 commits intomasterfrom
feature/pixelate

Conversation

@bobnik
Copy link
Collaborator

@bobnik bobnik commented Jan 23, 2026

Pixelate effect

Summary

Adds a new Pixelate effect that transforms any shape into a blocky, pixel-art style outline. It can handle both solid shapes (like stars, hearts) and line-based patterns (like mazes, wipers).

image image

Test Plan

  • Apply to solid shapes (Star, Heart, Circle) - should pixelate the filled area
  • Apply to line shapes (Wiper, Maze) - should pixelate the stroke path
  • Adjust pixel size slider - verify smooth transitions

@jeffeb3
Copy link
Owner

jeffeb3 commented Feb 24, 2026

This is a good idea. I like the feel of it afterward. It is a nice change to the smooth lines most of the patterns/effects have.

Why does it have to reorder the vertices? I think actually drawing this on a table would be weird.
Screenshot From 2026-02-24 11-27-51

vs.

Screenshot From 2026-02-24 11-28-00

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.

2 participants