Docs · Engines

PERT / CPM network

Native project network diagrams with the critical path highlighted. Declare tasks with `duration` and `after`; the engine runs the full forward + backward pass and renders ES / EF / LS / LF / slack in every node. Zero-slack tasks are flagged as CRITICAL in amber.

Templates
18
Source language
plaintext
Workstation
Studio
Engine id
pert

In the same space

Most users come to PERT / CPM network from MS Project network or Hand-built PERT charts. Glyph runs this engine in the browser — no install, shareable via URL, exportable to PNG / SVG / PDF / source.

Syntax at a glance

task A "Design" duration 5
task B "Build"  duration 10 after A

Paste this in the Studio code pane to see PERT / CPM network render live. The full grammar is at the upstream-docs link above.

Sample templates

All 18
Engine reference: pert · ← Browse all engines · Quick-start guide