Crate turtle [] [src]

Reexports

pub use rand::*;
pub use color::Color;
pub use event::Event;

Modules

color

Color types and constants

event

Event handling (mouse, keyboard, controller, touch screen, etc.)

Structs

Turtle

A turtle with a pen attached to its tail

Enums

Speed

Represents the various supported speeds that the turtle can move at

Type Definitions

Angle

An angle value without a unit

Distance

Any distance value

Point

A point in 2D space: [x, y]