Of course, everyone started drawing penises, swastikas, and “Trump”...
I drew a 3D isomorphic "HI" and a nice face with a unicorn horn :)
Let’s Draw Together
11–20 of 48 posts
Re: Let’s Draw Together
#12Re: Let’s Draw Together
#13You can see the source here https://glitch.com/~multiuser-sketchpad ... and can "remix" to fork your own version of the project.
Re: Let’s Draw Together
#14Whats wrong with swastica? It's a holy symbol.
Re: Let’s Draw Together
#15Whats wrong with swastica? It's a holy symbol.
On the off chance that you don't know, what's wrong with is that it is (or is very close to or easily mistaken for, depending on the style chosen) a symbol of Nazism. https://en.wikipedia.org/wiki/Swastika#Use_in_Nazism
>The word swastika comes from Sanskrit: स्वस्तिक, romanized: svástika, meaning 'conducive to well being' or 'auspicious'.
Re: Let’s Draw Together
#16Of course, everyone started drawing penises, swastikas, and “Trump”...
Re: Let’s Draw Together
#17Whats wrong with swastica? It's a holy symbol.
On the off chance that you don't know, what's wrong with is that it is (or is very close to or easily mistaken for, depending on the style chosen) a symbol of Nazism. https://en.wikipedia.org/wiki/Swastika#Use_in_Nazism
Yet nazi flags are still present on the home page of Divoom application. Also present in this ages 4+ rated application are plenty of drug symbols and other assorted strangeness.
I spent way too much time with this and am amazed just how non-responsive Apple has been.
Re: Let’s Draw Together
#18dir=0
up() { xdotool mouseup 1 }
down() { xdotool mousedown 1 }
right() { dir=$(expr $dir + $1) }
left() { dir=$(expr $dir - $1) }
walk() { for i in {1..$1}; do xdotool mousemove_relative --sync --polar $dir 1 done }
square() { down for i in {1..4}; do walk 20 right 90 done up }
block () { down for i in {1..10}; do walk 200 right 90 walk 1 right 90 walk 200 left 90 walk 1 left 90 done up }
circle () {
}
block
# go crazy