We are planning more 2D art commands like dot, line, circle, e.t.c but in the meantime build 107 will allow you to use a command called CopyImage which can copy a subset of one image into a subset of another. This effectively means you can paste an image that is 1x1 pixel into another image that is 1024x1024 and effectively draw pixels in the destination image. It might seem crude or overkill, but it's actually a hardware accelerated operation and should be useful to you. Naturally when we've added proper 2D drawing commands, this will be much improved and optimised. In the meantime, if you do create some examples around this technique, please post them so others can benefit from the idea
I drink tea, and in my spare time I write software.