Docs
Usage

Usage

Use Built-in plugins

Enable

t.enable('built-in-plugin-name')

Plugin is enabled

Use your plugin

Register

t.register(yourPlugin)

Enable

t.enable('your-plugin-name')

Plugin is enabled

See also Methods, Create

Built-in plugins

  • mouse-coordinate: Displays the coordinates of the cursor in the turtle screen.

    mouse-coordinate

  • turtle-action: Displays the currently called function below the turtle.

    turtle-action

  • turtle-fps: Displays the FPS of the turtle screen in the upper right corner.

    turtle-fps