pixel-editor
Here are 45 public repositories matching this topic...
-
Updated
Sep 29, 2021 - GDScript
-
Updated
Jul 3, 2021 - HTML
-
Updated
Sep 18, 2021 - JavaScript
-
Updated
Sep 10, 2018 - CoffeeScript
-
Updated
Sep 28, 2021 - Java
-
Updated
Mar 11, 2020 - C++
-
Updated
Jul 17, 2021 - Pascal
-
Updated
Jan 27, 2020 - Swift
-
Updated
Sep 22, 2021 - Vue
-
Updated
May 8, 2021 - C++
Cache Action Result
Currently, when an action is performed (example: drawing a pixel), the action is re-performed when it's initially done and when it's re-done (after being undone).
If someone was to create a big canvas, fill it, then undo it, re-do it, the program might lag, as it's being re-performed every time.
To aid this, an action should be "cache-able", meaning that whatever the action does is saved to
-
Updated
Mar 6, 2015 - Haxe
-
Updated
Oct 17, 2017 - JavaScript
Make time remaining label appear/disappear whenever a render starts and stops.
i.e. visible when underway, invisible when not.
Simple ui change but makes it look nicer
-
Updated
Sep 20, 2019 - Python
-
Updated
Aug 16, 2019 - Python
-
Updated
Jan 6, 2018 - JavaScript
-
Updated
Jan 26, 2020 - JavaScript
-
Updated
Aug 11, 2021 - JavaScript
-
Updated
May 17, 2019 - Swift
-
Updated
Nov 7, 2016 - JavaScript
-
Updated
Dec 18, 2018 - JavaScript
-
Updated
Aug 4, 2019 - C#
-
Updated
Sep 28, 2021 - TypeScript
Improve this page
Add a description, image, and links to the pixel-editor topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pixel-editor topic, visit your repo's landing page and select "manage topics."
When adjusting alpha on a pixel from the color picker it's quite easy to "whiff" the alpha bar and replace your current color with black because the SV box's area for some reason extends several pixels below the alpha bar's. Demonstration in the below image:
I'd recommend the alpha