Experimental tool (free) to draw simple pixel-art in programming-way...Some mix of electronic sheet and every-programming-language-draw-object.
You also can save your painting (original Size or Sized to 800x800...format is .png), and all right on your saved image is yours.

This is not a full-featured graphical software.
Please, read in-tool 'basic info'!

Based on Geoffrey Mattie "Data-Pixels" tenchnique and Daniel L. Iser #hex->rgb transfom mechanic.

Thanks: my family, my friends and awesome community of РПГ.УКР.
Special thanks: Geoffrey Mattie and Daniel L. Iser

Tool updated to version 1.1.1:
1) Fixed bug on command 'drawLineLeftUp'.
2) Fixed bug on command 'drawSquare'.
3) Fixed bug with incorrect colors reset process.
4) Added examples to every command in 'Show info' button information.
5) Added button to reset Colors, Palettes and Canvas in one click.
6) Added button to load simple drawing commands example (for Canvas Size 8x8).
7) Add downloadable .txt file with all commands examples (46 command total).

Example drawing commands #2 (for Canvas size 48x48, example #1 available in-tool):
definePalette(oldPyramidColor, #EDC80C, #BB720C, #AE510A)
fillBackground(_b, true)
drawBlock(aI~23, 48, 26, oldPyramidColor@0, true)
drawPyramidDown(xI~17, 15, oldPyramidColor@1, true)
drawLineRightDown(bII~18, 13, oldPyramidColor@1)
drawLineRightDown(zI~18, 13, oldPyramidColor@3)
drawLineRightDown(aII~18, 13, oldPyramidColor@3)
drawLineRight(xI~17, 4, oldPyramidColor@2)
drawPixel(mII~31, oldPyramidColor@3)
drawSphere(nII~7, 3, _y, true)

P.S:
There can be bugs...

Download

Download
PD_BETA_v1.1.1 - ALL_COMMANDS_EXAMPLES.txt 1 kB

Leave a comment

Log in with itch.io to leave a comment.