pixel-editor
Here are 50 public repositories matching this topic...
-
Updated
May 31, 2022 - GDScript
-
Updated
Apr 3, 2022 - HTML
-
Updated
Mar 23, 2022 - JavaScript
-
Updated
Sep 10, 2018 - CoffeeScript
-
Updated
May 29, 2022 - Java
-
Updated
Apr 4, 2022 - C++
-
Updated
Jul 17, 2021 - Pascal
-
Updated
May 31, 2022 - Kotlin
-
Updated
Jan 27, 2020 - Swift
-
Updated
Feb 27, 2022 - 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
May 30, 2022 - JavaScript
-
Updated
Aug 16, 2019 - Python
-
Updated
May 6, 2022 - TypeScript
-
Updated
Jan 26, 2020 - JavaScript
-
Updated
Jan 6, 2018 - JavaScript
-
Updated
Dec 18, 2018 - JavaScript
-
Updated
Mar 17, 2022 - C++
-
Updated
Apr 9, 2022 - JavaScript
-
Updated
May 17, 2019 - Swift
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