Loading...

Please wait.

Drag the sphere with your mouse to rotate it.

Syntax

You can create geometric constructions by writing valid sentences of the following syntax.

Valid sentences:

A construction is one of the followings:

Each sentence may have an optinal suffix: with color COLOR size NUMBER

A name is a name of an object. It consists of alphanumerals and digits.

For example, the following sentences are valid:

draw point at 0.2 0.3 0.4
p is point at 3 4 -2 with color red
q is hidden point at 3 2 1
draw segment between p and q
      

Source

The project source code can be found on GitHub. Feel free to open an Issue with ideas for improvements or bug reports.