Turtle Icon
Overview

The Turtle Icon is a small performance indicator that can appear on screen in Quake. The icon shows a small turtle graphic in the corner of the screen when the game’s frame rate becomes extremely low.
The feature was included by John Carmack as a debugging and performance indicator during development at id Software.
When visible, the turtle indicates that the engine is rendering frames very slowly, typically below roughly 10 frames per second.
Function
The turtle icon is part of Quake’s internal performance diagnostics.
When enabled, the game checks the time between frames. If the frame rate drops below a certain threshold, the turtle graphic appears on screen.
The icon was meant to quickly signal that the game was running extremely slowly, suggesting that the system could not keep up with the rendering workload.
This could occur when:
• large areas were visible at once
• many enemies or effects were active
• the player’s hardware was too slow for the current settings
Because Quake used a fully 3D engine, many computers in 1996 struggled to maintain smooth performance.
Console Variable
The turtle indicator is controlled by the console variable:
showturtle
Values:
• 0 – Turtle indicator disabled (default)
• 1 – Turtle appears when frame rate drops below the internal threshold
This variable was primarily used by developers and advanced users who wanted to monitor engine performance.
Relation to the NET Icon
Quake also contains another on-screen indicator called NET.
The NET icon appears when the game client is waiting for network packets during multiplayer sessions. This usually indicates packet delay or connection issues.
The two indicators serve different purposes:
Indicator Meaning
Turtle Very low frame rate / slow rendering
NET Network delay or missing packets
Development Context
During the mid-1990s, PC hardware varied widely in performance. The Quake engine was significantly more demanding than previous id Software games such as Doom.
Because of this, internal performance indicators like the turtle icon were useful tools during development and testing.
The humorous choice of a turtle symbol reflected the informal culture inside id Software at the time.
Legacy
Although originally intended as a debugging tool, the turtle icon became a recognizable part of Quake for players who experimented with console variables or ran the game on slower hardware.
It remains one of several small diagnostic features built into the Quake engine.
See Also
NET Icon
Quake Console Variables