The Wayback Machine - https://web.archive.org/web/20201020155505/https://github.com/topics/pixel-art-maker
Skip to content
#

pixel-art-maker

Here are 71 public repositories matching this topic...

DeflatedPickle
DeflatedPickle commented Feb 11, 2020

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

This program basically takes an image an makes it out of points or lines, depending on your settings. (It can take any resolution image (though works better on smaller images), any background (except transparent), and any format Processing can handle. Once finished with making the drawing, it will export some code to a folder named "InstantPointDrawings". Inside that folder, once you run the code, it will make the image you chose and export it with either a random name or incremental (note incremental may overwrite images, so it is off by default).

  • Updated Nov 25, 2019
  • Processing

Improve this page

Add a description, image, and links to the pixel-art-maker topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pixel-art-maker topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.