10eastern.
boards / oekaki / #24102

Improvement suggestion

by Shunt
Improvement suggestion

Comments (5)

Shunt Oct 17, 2011 · 4:32 PM
Hey Yanbu, wouldn't it be convenient if there was a grid option on the applet? If the option is 'on' a grid overlays the applet. I think it would be convenient for the sliding and filtering thing, to copy parts of a drawing and being able to drop it exact on the right spot. I think this can be done with a css thingy
idwtwwr Oct 17, 2011 · 8:32 PM
he shunt, it's quite easy to create a grid in form of a checker board using the slidehack. though you need a piece of paper for pixel perfect sliding. start with basic element ▄▀ and slidehack it to ▄▀▄▀ you need the piece of paper for marking the endpoint of ▄▀. so you know how much you need to slide it to the right.
Shunt Oct 17, 2011 · 10:01 PM
ah, great idea idtwwr, have to try that out one of these days. Thanks!
fatribz Oct 17, 2011 · 10:45 PM
i really want to add a scripting window to oekaki so you can tell it to do repetitive commands like: for i in range(10,29,10): line(i,0,i,300) would make cover the drawing area with vertical lines the spaced ten pixels apart
Shunt Oct 19, 2011 · 1:36 PM
maybe a ruler line around the drawin area could also do the trick