Froth is pre-alpha. The install notes here target the public v0.1.2 release.

The guide gives you the model. The next page depends on what you are trying to do.

If You Want A Task

Use Tutorials when you want one visible result at a time:

Tutorials are allowed to repeat a little. Their job is to get a working shape under your fingers.

If You Have A Froth Machine

Go to Machine . It teaches the workshop board as an object you can use:

  • display
  • joystick
  • knobs
  • simple drawing
  • small game patterns

Then use Workshop for the puzzle-style activity and quick reference.

If You Need Exact Behavior

Use Reference when the wording has to be exact:

The reference is not a tutorial. It is the place to check names, arity, availability, and recovery behavior.

If You Are Extending Froth

Read FFI and C next, then the FFI reference . Project FFI is the path for adding project-local C bindings. Board FFI is the path for firmware-owned board surfaces.

Design Differences

Read How Froth Is Different for the deeper design notes: live image, coherent redefinition, recovery, small-device discipline, lexical values, and named places.

Next: FFI and C if you want the extension boundary.