AEFeinstein / AEFeinstein/Super-2023-Swadge-FW

MFPaint: Preview shapes

Open
#291 0 comments 0 reactions 1 assignee Claimed by @dylwhich View on GitHub
enhancement future
Dominant language
C
Stars
18
Forks
11
PR merge metrics
No merged PRs in 30d

Description

Super stretch goal / 2024 stuff:
When blinking a corner of a rectangle or center of a circle or something, I propose a setting to blink the entire proposed shape.

According to @dylwhich:
>all the drawing functions would need to be modified to be able to keep track of every pixel they draw and what color it was before for that to work

@Brycey92:
> couldn't you just draw the extra pixels after drawing the existing canvas, then turn off the extra draws for the next fraction of a second, etc?

@dylwhich:
> no, not really. the canvas doesn't exist outside of the framebuffer, so anything that needs to be temporarily drawn over top of it has to keep track of the canvas pixels that are underneath in order to be "un-drawn," and I don't think the current system for doing that would work well at all for something like a max radius filled circle

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.