Skip to article frontmatterSkip to article content

Let’s explore the four main areas of NetLogo. We will use the Traffic Grid model as an example, but these concepts apply to all models.

1. World View (where agents live and move)

Traffic Grid Model World View

Traffic Grid model’s world view.

2. Interface Tab (buttons, sliders, plots you can interact with)

The Figure below shows a typical model interface:

NetLogo Model Interface

Example of a NetLogo model interface showing the visualization and controls.

3. Code Tab (where the magic happens - but don’t worry!)

NetLogo Code Interface

Example of a NetLogo Code tab interface showing the code for the Traffic Grid model.

4. Info Tab (documentation and explanations)

NetLogo Info Tab Interface

Example of a NetLogo Info tab interface showing model documentation and explanations.