DArt Pen: Start Art On Dart with dartling

Canvas is not supported in your browser.
   

Commands

Basic Commands

color, black;
// blue, brown, gray, green, orange, red, white, yellow
width, 1;
down, true;
write, hello;
moveTo, 0, 0;
move, 45, 80, 0;
art, 1;

Shortcut Commands

left, 45;
right, 90;
backward, 60;
forward, 80;
moveToStart;

Random Commands

colorRandom;
widthRandom;
downRandom;
moveToRandom;
moveRandom;
leftRandom;
rightRandom;
backwardRandom;
forwardRandom;
artRandom;

"Good programmers worry about data structures and their relationships."

The Art.Pen app in Dart.

The model example is designed with Model Concepts. The model code is generated by dartling_gen. The model is dependent on dartling. This app is one of dartling examples, which are all maintained at GitHub.