Core

The doodle.core package provides utilities, such as Color and Point, that are generally useful across all of Doodle. In this chapter we just cover the most important uses. You should see the core API documentation for details.

Imports

// You definitely want doodle.core
import doodle.core.*
// You probably also want extension methods
import doodle.syntax.all.*

Geometry→